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

/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp30 static const char *noSuchFile = "/tmp/testDir/no-such-file"; variable
346 CPPUNIT_ASSERT( get_ref_for_path(noSuchFile, &ref) == B_OK );
484 CPPUNIT_ASSERT( get_ref_for_path(noSuchFile, &ref) == B_OK );
689 entry_ref ref = ref_for(noSuchFile);
H A DResourcesTest.cpp33 static const char *noSuchFile = "/tmp/testDir/no-such-file"; variable
516 BFile file(noSuchFile, B_READ_ONLY);
919 BFile file(noSuchFile, B_READ_ONLY);
1130 BFile file(noSuchFile, B_READ_ONLY);
1207 BFile file(noSuchFile, B_READ_ONLY);

Completed in 52 milliseconds