Searched refs:openFileForRead (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Support/
H A DDataStream.cpp74 return sys::fs::openFileForRead(Filename, Fd);
H A DMemoryBuffer.cpp252 std::error_code EC = sys::fs::openFileForRead(Filename, FD);
H A DPath.cpp851 if (std::error_code EC = openFileForRead(From, ReadFD))
1063 if (std::error_code EC = openFileForRead(Path, FD))
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp82 std::error_code EC = FS.openFileForRead(Path, OwnedFile);
H A DVirtualFileSystem.cpp74 if (std::error_code EC = openFileForRead(Name, F))
164 std::error_code openFileForRead(const Twine &Path,
179 std::error_code RealFileSystem::openFileForRead(const Twine &Name, function in class:RealFileSystem
182 if (std::error_code EC = sys::fs::openFileForRead(Name, FD))
256 OverlayFileSystem::openFileForRead(const llvm::Twine &Path, function in class:OverlayFileSystem
260 std::error_code EC = (*I)->openFileForRead(Path, Result);
525 std::error_code openFileForRead(const Twine &Path,
975 VFSFromYAML::openFileForRead(const Twine &Path, function in class:VFSFromYAML
986 ExternalFS->openFileForRead(F->getExternalContentsPath(), Result))
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h191 virtual std::error_code openFileForRead(const Twine &Path,
234 std::error_code openFileForRead(const Twine &Path,
/external/llvm/unittests/Support/
H A DMemoryBufferTest.cpp146 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD));
/external/llvm/include/llvm/Support/
H A DFileSystem.h611 std::error_code openFileForRead(const Twine &Name, int &ResultFD);
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp42 std::error_code openFileForRead(const Twine &Path, function in class:__anon19541::DummyFileSystem
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp450 failIfError(sys::fs::openFileForRead(NewFilename, NewFD), NewFilename);

Completed in 7107 milliseconds