Searched refs:QueryTestEntry (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | QueryTest.h | 14 class QueryTestEntry; variable 34 void AddLiveEntries(QueryTestEntry **entries, int32 entryCount, 35 QueryTestEntry **queryEntries, int32 queryEntryCount); 36 void RemoveLiveEntries(QueryTestEntry **entries, int32 entryCount, 37 QueryTestEntry **queryEntries, 39 void CheckUpdateMessages(uint32 opcode, QueryTestEntry **entries,
|
H A D | QueryTest.cpp | 373 class QueryTestEntry { class 375 QueryTestEntry(string path, node_flavor kind, in QueryTestEntry() function in QueryTestEntry 376 const QueryTestEntry *linkTarget = NULL) in QueryTestEntry() 437 static QueryTestEntry mountPoint(testMountPoint, B_DIRECTORY_NODE); 438 static QueryTestEntry dir1(mountPoint + "dir1", B_DIRECTORY_NODE); 439 static QueryTestEntry subdir11(dir1 + "subdir11", B_DIRECTORY_NODE); 440 static QueryTestEntry subdir12(dir1 + "subdir12", B_DIRECTORY_NODE); 441 static QueryTestEntry file11(dir1 + "file11", B_FILE_NODE); 442 static QueryTestEntry file12(dir1 + "file12", B_FILE_NODE); 443 static QueryTestEntry link11(dir1 + "link11", B_SYMLINK_NODE, &file11); [all …]
|