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

/haiku/src/tests/kits/storage/
H A DFileTest.h39 uint32 failIfExists; member in struct:FileTest::InitTestCase
H A DFileTest.cpp117 | (tc.failIfExists * B_FAIL_IF_EXISTS)
137 | (tc.failIfExists * B_FAIL_IF_EXISTS)
157 | (tc.failIfExists * B_FAIL_IF_EXISTS)
177 | (tc.failIfExists * B_FAIL_IF_EXISTS)
229 | (tc.failIfExists * B_FAIL_IF_EXISTS)
251 | (tc.failIfExists * B_FAIL_IF_EXISTS)
273 | (tc.failIfExists * B_FAIL_IF_EXISTS)
295 | (tc.failIfExists * B_FAIL_IF_EXISTS)
/haiku/headers/os/storage/
H A DDirectory.h58 bool failIfExists = false);
/haiku/headers/build/os/storage/
H A DDirectory.h56 bool failIfExists = false);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp416 BDirectory::CreateFile(const char* path, BFile* file, bool failIfExists) argument
423 | (failIfExists ? B_FAIL_IF_EXISTS : 0);
/haiku/src/kits/storage/
H A DDirectory.cpp436 BDirectory::CreateFile(const char* path, BFile* file, bool failIfExists) argument
443 | (failIfExists ? B_FAIL_IF_EXISTS : 0);

Completed in 53 milliseconds