Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h422 bool addFile(const Twine &Path, time_t ModificationTime,
439 bool addFile(const Twine &Path, time_t ModificationTime,
465 bool addFileNoOwn(const Twine &Path, time_t ModificationTime,
DFileSystem.h711 TimePoint<> ModificationTime);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp692 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() argument
736 llvm::sys::toTimePoint(ModificationTime), ResolvedUser, in addFile()
753 getNextVirtualUniqueID(), llvm::sys::toTimePoint(ModificationTime), in addFile()
783 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() argument
789 return addFile(P, ModificationTime, std::move(Buffer), User, Group, Type, in addFile()
793 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() argument
799 return addFile(P, ModificationTime, in addFileNoOwn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc756 TimePoint<> ModificationTime) {
760 Times[1] = sys::toTimeSpec(ModificationTime);
770 ModificationTime));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc788 TimePoint<> ModificationTime) {
790 FILETIME ModifyFT = toFILETIME(ModificationTime);