Home
last modified time | relevance | path

Searched refs:RelativePath (Results 1 – 16 of 16) 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.cpp206 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
221 if (RelativePath != NULL) { in LookupFile()
222 RelativePath->clear(); in LookupFile()
223 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
256 if (RelativePath != NULL) { in LookupFile()
257 RelativePath->clear(); in LookupFile()
258 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile()
271 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument
331 if (RelativePath != NULL) { in DoFrameworkLookup()
[all …]
DPPLexerChange.cpp380 SmallString<128> RelativePath; in HandleEndOfFile() local
381 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
383 << RelativePath; in HandleEndOfFile()
DPPDirectives.cpp496 SmallVectorImpl<char> *RelativePath, in LookupFile() argument
522 SearchPath, RelativePath, SuggestedModule, SkipCache); in LookupFile()
532 SearchPath, RelativePath))) in LookupFile()
542 Filename, CurFileEnt, SearchPath, RelativePath))) in LookupFile()
1330 SmallString<1024> RelativePath; in HandleIncludeDirective() local
1336 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL, in HandleIncludeDirective()
1359 End, SearchPath, RelativePath); in HandleIncludeDirective()
DPreprocessingRecord.cpp395 StringRef RelativePath) { in InclusionDirective() argument
/external/clang/lib/Tooling/
DTooling.cpp127 StringRef RelativePath(File); in getAbsolutePath() local
128 if (RelativePath.startswith("./")) { in getAbsolutePath()
129 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath()
132 llvm::sys::path::append(AbsolutePath, RelativePath); in getAbsolutePath()
/external/clang/include/clang/Lex/
DDirectoryLookup.h154 SmallVectorImpl<char> *RelativePath,
162 SmallVectorImpl<char> *RelativePath,
DPPCallbacks.h118 StringRef RelativePath) { in InclusionDirective() argument
273 StringRef RelativePath) { in InclusionDirective() argument
275 EndLoc, SearchPath, RelativePath); in InclusionDirective()
277 EndLoc, SearchPath, RelativePath); in InclusionDirective()
DHeaderSearch.h326 SmallVectorImpl<char> *RelativePath,
339 SmallVectorImpl<char> *RelativePath);
DPreprocessingRecord.h603 StringRef RelativePath);
DPreprocessor.h1060 SmallVectorImpl<char> *RelativePath,
/external/clang/lib/Frontend/
DDependencyGraph.cpp57 StringRef RelativePath);
78 StringRef RelativePath) { in InclusionDirective() argument
DDependencyFile.cpp65 StringRef RelativePath);
138 StringRef RelativePath) { in InclusionDirective() argument
/external/libvpx/build/make/
Dgen_msvs_proj.sh145 open_tag File RelativePath="./$f"
323 x86*) $uses_asm && tag ToolFile RelativePath="$self_dirname/../x86-msvs/yasm.rules"
564 RelativePath=".\ReadMe.txt"
/external/clang/tools/libclang/
DIndexing.cpp74 StringRef RelativePath) { in InclusionDirective() argument
/external/regex-re2/lib/codereview/
Dcodereview.py1006 def RelativePath(path, cwd): function
1023 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1053 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1584 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]