Searched refs:OF_Append (Results 1 – 3 of 3) sorted by relevance
1001 if (Flags & OF_Append)1022 // OF_Append implied it would open an existing file. Since the disposition is1024 // any usage of OF_Append to append to a new file, even if the file already1027 // OF_Append being used on a read-only descriptor, which doesn't make sense.1028 if (Flags & OF_Append)1094 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
722 OF_Append = 2, enumerator
1421 fs::openFileForWrite(NonExistantFile, FD, Disp, fs::OF_Append)); in TEST_F()