Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 23 of 23) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h61 FilePath() : pathname_("") { } in FilePath() function
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() function
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h61 FilePath() : pathname_("") { } in FilePath() function
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() function
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h61 FilePath() : pathname_("") { } in FilePath() function
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() function
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h61 FilePath() : pathname_("") { } in FilePath() function
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() function
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath() function
/external/gtest/include/gtest/internal/
Dgtest-filepath.h61 FilePath() : pathname_("") { } in FilePath() function
62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
/external/deqp/framework/delibs/decpp/
DdeFilePath.hpp36 class FilePath class
88 inline FilePath::FilePath (void) in FilePath() function in de::FilePath
92 inline FilePath::FilePath (const std::string& path) in FilePath() function in de::FilePath
97 inline FilePath::FilePath (const char* path) in FilePath() function in de::FilePath
DdeFilePath.cpp50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath() function in de::FilePath
/external/clang/lib/Basic/
DFileManager.cpp431 SmallString<128> FilePath(Entry->getName()); in getBufferForFile() local
442 SmallString<128> FilePath(Filename); in getBufferForFile() local
459 SmallString<128> FilePath(Path); in getStatValue() local
468 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
/external/llvm/lib/Support/
DProcess.cpp45 SmallString<128> FilePath(Dir); in FindInEnvPath() local
DFileOutputBuffer.cpp38 FileOutputBuffer::create(StringRef FilePath, size_t Size, in create()
DMemoryBuffer.cpp174 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice()
/external/clang/unittests/AST/
DEvaluateAsRValueTest.cpp62 llvm::StringRef FilePath) override { in CreateASTConsumer()
/external/clang/include/clang/Tooling/Core/
DReplacement.h123 std::string FilePath; variable
/external/clang/lib/Tooling/Core/
DReplacement.cpp34 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
113 llvm::SmallString<256> FilePath(Entry->getName()); in setFromSourceLocation() local
/external/clang/lib/Tooling/
DTooling.cpp197 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
288 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
DJSONCompilationDatabase.cpp145 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
/external/clang/lib/Driver/
DMSVCToolChain.cpp313 SmallString<128> FilePath(PathSegment); in getVisualStudioBinariesFolder() local
DToolChains.cpp2329 std::string FilePath(getDriver().Dir + "/../"); in NaCl_TC() local
DTools.cpp8415 SmallString<128> FilePath(visualStudioBinDir); in FindVisualStudioExecutable() local
/external/clang/lib/Lex/
DPPLexerChange.cpp237 StringRef FilePath = File->getDir()->getName(); in computeRelativePath() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp862 StringRef FilePath, unsigned SectionID) { in registerSection()
871 StringRef FilePath, unsigned SectionID, in registerStubMap()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp661 SmallString<16> FilePath; in getFileNameByIndex() local
/external/clang/lib/Serialization/
DASTWriter.cpp4158 SmallString<128> FilePath(Path); in AddPath() local
4165 SmallString<128> FilePath(Path); in EmitRecordWithPath() local