Home
last modified time | relevance | path

Searched refs:OF_Append (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc1028 if (Flags & OF_Append)
1049 // OF_Append implied it would open an existing file. Since the disposition is
1051 // any usage of OF_Append to append to a new file, even if the file already
1054 // 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)) &&
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h754 OF_Append = 2, enumerator