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

/haiku/headers/os/storage/
H A DStorageDefs.h27 #define B_FAIL_IF_EXISTS O_EXCL /* exclusive create */ macro
/haiku/src/tests/kits/storage/
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/src/preferences/joysticks/
H A DJoyWin.cpp383 status_t status = file.SetTo(str.String(), B_READ_ONLY | B_FAIL_IF_EXISTS);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp423 | (failIfExists ? B_FAIL_IF_EXISTS : 0);
/haiku/src/kits/storage/
H A DDirectory.cpp443 | (failIfExists ? B_FAIL_IF_EXISTS : 0);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp61 B_CREATE_FILE | B_FAIL_IF_EXISTS | B_READ_WRITE);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp891 B_WRITE_ONLY | B_CREATE_FILE | B_FAIL_IF_EXISTS);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h162 #define B_FAIL_IF_EXISTS FSSH_B_FAIL_IF_EXISTS macro
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp975 B_WRITE_ONLY | B_CREATE_FILE | B_FAIL_IF_EXISTS);
/haiku/src/apps/mail/
H A DMailWindow.cpp2637 flags = B_WRITE_ONLY | B_CREATE_FILE | B_FAIL_IF_EXISTS;

Completed in 107 milliseconds