Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1001 if (Flags & OF_Append)
1022 // OF_Append implied it would open an existing file. Since the disposition is
1024 // any usage of OF_Append to append to a new file, even if the file already
1027 // 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)) &&
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h722 OF_Append = 2, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1421 fs::openFileForWrite(NonExistantFile, FD, Disp, fs::OF_Append)); in TEST_F()