Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anon02b9f3930211::RealFileSystem
291 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status()
300 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead()
322 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
336 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal()
343 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath()
382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anonbe2b359f0211::RealFileSystem
291 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status()
300 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead()
322 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
336 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal()
343 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath()
382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()