Home
last modified time | relevance | path

Searched refs:B_OPEN_AT_END (Results 1 – 10 of 10) 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/docs/develop/kits/storage/
H A DToDo60 Description: Verify behavior of B_OPEN_AT_END.
66 Description: Uncomment test, when B_OPEN_AT_END behavior is understood.
68 Requires: - verification of B_OPEN_AT_END behavior
/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); in SetFileLogging()
/haiku/src/tests/kits/storage/
H A DFileTest.cpp444 file.SetTo(testFilename1, B_WRITE_ONLY | B_OPEN_AT_END); in RWTest()
461 file.SetTo(testFilename1, B_WRITE_ONLY | B_OPEN_AT_END); in RWTest()
475 file.SetTo(testFilename1, B_READ_ONLY | B_OPEN_AT_END); in RWTest()
488 file.SetTo(testFilename1, B_READ_ONLY | B_OPEN_AT_END); in RWTest()
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp638 | B_OPEN_AT_END); in ReadSettings()
733 BFile* temp = new BFile(str, B_CREATE_FILE | B_WRITE_ONLY | B_OPEN_AT_END); in SetLogPath()
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp159 B_WRITE_ONLY | B_CREATE_FILE | B_OPEN_AT_END); in MessageReceived()
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp444 status = file.SetTo(&ref, B_OPEN_AT_END | B_WRITE_ONLY); in StoreBody()
/haiku/src/apps/mail/
H A DMailApp.cpp567 gUserDictFile = new BFile(dataPath.Path(), B_WRITE_ONLY | B_OPEN_AT_END); in ReadyToRun()
/haiku/docs/user/storage/
H A DFile.dox156 - \c B_OPEN_AT_END: Seek() to the end of the file after opening.
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h165 #define B_OPEN_AT_END FSSH_B_OPEN_AT_END macro