Lines Matching refs:mountPoint
437 static QueryTestEntry mountPoint(testMountPoint, B_DIRECTORY_NODE);
438 static QueryTestEntry dir1(mountPoint + "dir1", B_DIRECTORY_NODE);
444 static QueryTestEntry dir2(mountPoint + "dir2", B_DIRECTORY_NODE);
451 static QueryTestEntry dir3(mountPoint + "dir3", B_DIRECTORY_NODE);
457 static QueryTestEntry file1(mountPoint + "file1", B_FILE_NODE);
458 static QueryTestEntry file2(mountPoint + "file2", B_FILE_NODE);
459 static QueryTestEntry file3(mountPoint + "file3", B_FILE_NODE);
460 static QueryTestEntry link1(mountPoint + "link1", B_SYMLINK_NODE, &file1);
461 static QueryTestEntry link2(mountPoint + "link2", B_SYMLINK_NODE, &file2);
462 static QueryTestEntry link3(mountPoint + "link3", B_SYMLINK_NODE, &file3);
983 TestFetchPredicateInit(Query &query, TestSet &testSet, const char *mountPoint, in TestFetchPredicateInit() argument
989 BVolume volume(dev_for_path(mountPoint)); in TestFetchPredicateInit()
1003 TestFetchPredicate(const char *mountPoint, const char *predicate, in TestFetchPredicate() argument
1010 TestFetchPredicateInit(query, testSet, mountPoint, predicate, entries, in TestFetchPredicate()
1031 TestFetchPredicateInit(query, testSet, mountPoint, predicate, entries, in TestFetchPredicate()
1051 TestFetchPredicateInit(query, testSet, mountPoint, predicate, entries, in TestFetchPredicate()
1074 TestFetchPredicateInit(query, testSet, mountPoint, predicate, entries, in TestFetchPredicate()