Home
last modified time | relevance | path

Searched refs:OF_UpdateAtime (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DCaching.cpp45 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
DThinLTOCodeGenerator.cpp403 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h733 OF_UpdateAtime = 16, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1052 if (Flags & OF_UpdateAtime)
1110 if (Flags & OF_UpdateAtime) {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1274 fs::OF_UpdateAtime, &ResultPath)); in TEST_F()