Searched refs:OF_Append (Results 1 – 2 of 2) sorted by relevance
1028 if (Flags & OF_Append)1049 // OF_Append implied it would open an existing file. Since the disposition is1051 // any usage of OF_Append to append to a new file, even if the file already1054 // OF_Append being used on a read-only descriptor, which doesn't make sense.1055 if (Flags & OF_Append)1121 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
754 OF_Append = 2, enumerator