Home
last modified time | relevance | path

Searched defs:RelativePath (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/base/
Dfile-utils.cc15 char* RelativePath(char** buffer, const char* exec_path, const char* name) { in RelativePath() function
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
/external/clang/lib/Frontend/
DDependencyGraph.cpp75 StringRef RelativePath, in InclusionDirective()
DDependencyFile.cpp301 StringRef RelativePath, in InclusionDirective()
DPrintPreprocessedOutput.cpp321 StringRef RelativePath, in InclusionDirective()
/external/clang/lib/Lex/
DHeaderSearch.cpp277 SmallVectorImpl<char> *RelativePath, in LookupFile()
402 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup()
569 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile()
820 SmallVectorImpl<char> *RelativePath, in LookupSubframeworkHeader()
DPPLexerChange.cpp507 SmallString<128> RelativePath; in HandleEndOfFile() local
DPreprocessingRecord.cpp442 StringRef RelativePath, in InclusionDirective()
DPPDirectives.cpp611 SmallVectorImpl<char> *RelativePath, in LookupFile()
1600 SmallString<1024> RelativePath; in HandleIncludeDirective() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp59 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
79 SmallString<16> RelativePath; member in __anon5251a5b10111::InclusionDirectiveCallbacks
/external/clang/include/clang/Lex/
DPPCallbacks.h129 StringRef RelativePath, in InclusionDirective()
356 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
/external/v8/tools/gyp/pylib/gyp/
Dcommon.py134 def RelativePath(path, relative_to, follow_path_symlink=True): function
/external/clang/lib/Tooling/
DTooling.cpp153 StringRef RelativePath(File); in getAbsolutePath() local
/external/clang/tools/libclang/
DIndexing.cpp273 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
/external/regex-re2/lib/codereview/
Dcodereview.py79 def RelativePath(path, cwd): function