Searched refs:B_OPEN_AT_END (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/storage/
H A DStorageDefs.h30 #define B_OPEN_AT_END O_APPEND /* point to the end of the data */ macro
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp37 if (auto status = fLogFile.SetTo(path, B_WRITE_ONLY | B_CREATE_FILE | B_OPEN_AT_END);
/haiku/src/tests/kits/storage/
H A DFileTest.cpp441 // open the file with B_OPEN_AT_END flag, Write() some data to it, close
444 file.SetTo(testFilename1, B_WRITE_ONLY | B_OPEN_AT_END);
458 // open the file with B_OPEN_AT_END flag, WriteAt() some data to it, close
461 file.SetTo(testFilename1, B_WRITE_ONLY | B_OPEN_AT_END);
473 // open the file with B_OPEN_AT_END flag, ReadAt() some data
475 file.SetTo(testFilename1, B_READ_ONLY | B_OPEN_AT_END);
488 file.SetTo(testFilename1, B_READ_ONLY | B_OPEN_AT_END);
531 // The BeBook is a bit unspecific about the B_OPEN_AT_END flag:
537 file.SetTo(testFilename1, B_READ_ONLY | B_OPEN_AT_END);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp638 | B_OPEN_AT_END);
733 BFile* temp = new BFile(str, B_CREATE_FILE | B_WRITE_ONLY | B_OPEN_AT_END);
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp159 B_WRITE_ONLY | B_CREATE_FILE | B_OPEN_AT_END);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp444 status = file.SetTo(&ref, B_OPEN_AT_END | B_WRITE_ONLY);
/haiku/src/apps/mail/
H A DMailApp.cpp567 gUserDictFile = new BFile(dataPath.Path(), B_WRITE_ONLY | B_OPEN_AT_END);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h165 #define B_OPEN_AT_END FSSH_B_OPEN_AT_END macro

Completed in 96 milliseconds