Home
last modified time | relevance | path

Searched refs:RelativePath (Results 1 – 22 of 22) sorted by relevance

/external/srtp/googlepatches/
Dvidyo-1-srtp-win.patch217 + RelativePath=".\srtp\ekt.c"
221 RelativePath=".\srtp\srtp.c"
228 - RelativePath=".\crypto\include\crypto_math.h"
232 RelativePath=".\crypto\include\crypto_types.h"
239 + RelativePath=".\include\ekt.h"
243 RelativePath=".\crypto\include\err.h"
250 - RelativePath=".\crypto\include\kernel_compat.h"
254 RelativePath=".\crypto\include\key.h"
261 - RelativePath=".\include\rtp.h"
265 RelativePath=".\crypto\include\sha1.h"
[all …]
/external/clang/lib/Lex/
DHeaderSearch.cpp277 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
295 if (RelativePath) { in LookupFile()
296 RelativePath->clear(); in LookupFile()
297 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
306 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
338 if (RelativePath) { in LookupFile()
339 RelativePath->clear(); in LookupFile()
340 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
402 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument
462 if (RelativePath) { in DoFrameworkLookup()
[all …]
DPPDirectives.cpp616 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
672 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile()
689 RelativePath, SuggestedModule, SkipCache); in LookupFile()
704 SearchPath, RelativePath, in LookupFile()
720 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
1548 SmallString<1024> RelativePath; in HandleIncludeDirective() local
1563 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective()
1594 RelativePath, /*ImportedModule=*/nullptr); in HandleIncludeDirective()
1609 Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective()
1716 SearchPath, RelativePath, Imported); in HandleIncludeDirective()
[all …]
DPPLexerChange.cpp493 SmallString<128> RelativePath; in HandleEndOfFile() local
494 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
496 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
DPreprocessingRecord.cpp442 StringRef RelativePath, in InclusionDirective() argument
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp60 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
69 this->RelativePath = RelativePath.str(); in InclusionDirective()
80 SmallString<16> RelativePath; member in __anon5d7da8300111::InclusionDirectiveCallbacks
/external/clang/include/clang/Lex/
DDirectoryLookup.h174 SmallVectorImpl<char> *RelativePath,
184 SmallVectorImpl<char> *RelativePath,
DPPCallbacks.h127 StringRef RelativePath, in InclusionDirective() argument
355 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
358 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
361 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
DHeaderSearch.h395 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
408 SmallVectorImpl<char> *RelativePath,
DPreprocessingRecord.h498 StringRef RelativePath,
DPreprocessor.h1349 SmallVectorImpl<char> *RelativePath,
/external/clang/lib/Tooling/
DTooling.cpp149 StringRef RelativePath(File); in getAbsolutePath() local
151 if (RelativePath.startswith("./")) { in getAbsolutePath()
152 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath()
155 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
/external/clang/lib/Frontend/
DDependencyGraph.cpp52 StringRef SearchPath, StringRef RelativePath,
75 StringRef RelativePath, in InclusionDirective() argument
DDependencyFile.cpp71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
173 StringRef SearchPath, StringRef RelativePath,
277 StringRef RelativePath, in InclusionDirective() argument
DPrintPreprocessedOutput.cpp130 StringRef SearchPath, StringRef RelativePath,
322 StringRef RelativePath, in InclusionDirective() argument
/external/libvpx/libvpx/build/make/
Dgen_msvs_proj.sh73 open_tag File RelativePath="$f"
525 RelativePath=".\ReadMe.txt"
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp69 StringRef SearchPath, StringRef RelativePath,
/external/regex-re2/lib/codereview/
Dcodereview.py79 def RelativePath(path, cwd): function
902 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
932 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1783 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
/external/pcre/dist/
DNON-AUTOTOOLS-BUILD453 RelativePath="pcre.h"
454 RelativePath="pcre_chartables.c"
455 RelativePath="pcre_chartables.c.rule"
/external/pcre/dist/doc/html/
DNON-AUTOTOOLS-BUILD.txt453 RelativePath="pcre.h"
454 RelativePath="pcre_chartables.c"
455 RelativePath="pcre_chartables.c.rule"
/external/clang/tools/libclang/
DIndexing.cpp273 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument