Searched refs:EntryVector (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp52 typedef std::vector<entry> EntryVector; typedef
260 choose_index(const EntryVector& entries)
267 choose_parent(const EntryVector& entries)
450 check_files(EntryVector& files)
454 for (EntryVector::iterator i = files.begin(); i != files.end(); i++) {
507 create_dir(EntryVector& dirs)
527 remove_dir(EntryVector& dirs)
549 EntryVector::iterator iterator = dirs.begin();
555 create_file(const EntryVector& dirs, EntryVector
[all...]

Completed in 31 milliseconds