Searched refs:B_OPEN_AT_END (Results 1 – 10 of 10) sorted by relevance
30 #define B_OPEN_AT_END O_APPEND /* point to the end of the data */ macro
60 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
37 if (auto status = fLogFile.SetTo(path, B_WRITE_ONLY | B_CREATE_FILE | B_OPEN_AT_END); in SetFileLogging()
444 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()
638 | B_OPEN_AT_END); in ReadSettings()733 BFile* temp = new BFile(str, B_CREATE_FILE | B_WRITE_ONLY | B_OPEN_AT_END); in SetLogPath()
159 B_WRITE_ONLY | B_CREATE_FILE | B_OPEN_AT_END); in MessageReceived()
444 status = file.SetTo(&ref, B_OPEN_AT_END | B_WRITE_ONLY); in StoreBody()
567 gUserDictFile = new BFile(dataPath.Path(), B_WRITE_ONLY | B_OPEN_AT_END); in ReadyToRun()
156 - \c B_OPEN_AT_END: Seek() to the end of the file after opening.
165 #define B_OPEN_AT_END FSSH_B_OPEN_AT_END macro