/external/v8/src/ |
H A D | startup-data-util.cc | 81 char* RelativePath(char** buffer, const char* exec_path, const char* name) { function in namespace:v8::internal::__anon18218 109 LoadFromFiles(RelativePath(&natives, directory_path, "natives_blob.bin"), 110 RelativePath(&snapshot, directory_path, "snapshot_blob.bin"));
|
/external/clang/include/clang/Lex/ |
H A D | DirectoryLookup.h | 157 /// \param RelativePath If not NULL, will be set to the path relative to 176 SmallVectorImpl<char> *RelativePath, 187 SmallVectorImpl<char> *RelativePath,
|
H A D | PPCallbacks.h | 110 /// RelativePath will be split up. For example, if an include of "Some/Some.h" 113 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be 116 /// \param RelativePath The path relative to SearchPath, at which the include 129 StringRef RelativePath, 356 StringRef SearchPath, StringRef RelativePath, 359 FilenameRange, File, SearchPath, RelativePath, 362 FilenameRange, File, SearchPath, RelativePath, 122 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | HeaderSearch.h | 373 /// \param RelativePath If non-null, will be set to the path relative to 384 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 396 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
H A D | PreprocessingRecord.h | 497 StringRef RelativePath,
|
H A D | Preprocessor.h | 1623 SmallVectorImpl<char> *RelativePath,
|
/external/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 277 SmallVectorImpl<char> *RelativePath, 296 if (RelativePath) { 297 RelativePath->clear(); 298 RelativePath->append(Filename.begin(), Filename.end()); 307 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, 340 if (RelativePath) { 341 RelativePath->clear(); 342 RelativePath->append(Filename.begin(), Filename.end()); 402 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 461 if (RelativePath) { 273 LookupFile( StringRef &Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework, bool &HasBeenMapped, SmallVectorImpl<char> &MappedName) const argument 400 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument 565 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument 817 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule) argument [all...] |
H A D | PPDirectives.cpp | 611 SmallVectorImpl<char> *RelativePath, 668 Includers, SearchPath, RelativePath, RequestingModule, 685 RelativePath, RequestingModule, SuggestedModule, SkipCache); 700 SearchPath, RelativePath, 716 Filename, CurFileEnt, SearchPath, RelativePath, 1600 SmallString<1024> RelativePath; local 1615 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, 1648 Callbacks ? &RelativePath : nullptr, 1756 FilenameRange, File, SearchPath, RelativePath, 603 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const FileEntry *FromFile, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
|
H A D | PPLexerChange.cpp | 507 SmallString<128> RelativePath; local 508 computeRelativePath(FileMgr, Dir, Header, RelativePath); 510 << Mod->getFullModuleName() << RelativePath;
|
H A D | PreprocessingRecord.cpp | 442 StringRef RelativePath, 434 InclusionDirective( SourceLocation HashLoc, const clang::Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 75 StringRef RelativePath, 68 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | DependencyFile.cpp | 65 StringRef SearchPath, StringRef RelativePath, 191 StringRef SearchPath, StringRef RelativePath, 301 StringRef RelativePath, 294 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
H A D | PrintPreprocessedOutput.cpp | 129 StringRef SearchPath, StringRef RelativePath, 321 StringRef RelativePath, 314 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
/external/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 59 StringRef SearchPath, StringRef RelativePath, 68 this->RelativePath = RelativePath.str(); 79 SmallString<16> RelativePath; member in class:__anon3072::InclusionDirectiveCallbacks
|
/external/llvm/unittests/Support/ |
H A D | LockFileManagerTest.cpp | 90 TEST(LockFileManagerTest, RelativePath) {
|
/external/clang/lib/Tooling/ |
H A D | Tooling.cpp | 153 StringRef RelativePath(File); 155 if (RelativePath.startswith("./")) { 156 RelativePath = RelativePath.substr(strlen("./")); 159 SmallString<1024> AbsolutePath = RelativePath;
|
/external/libvpx/libvpx/build/make/ |
H A D | gen_msvs_proj.sh | 73 open_tag File RelativePath="$f" 487 RelativePath=".\ReadMe.txt"
|
/external/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 69 StringRef SearchPath, StringRef RelativePath, 180 StringRef /*RelativePath*/,
|
/external/curl/projects/ |
H A D | generate.bat | 323 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4 327 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
|
/external/clang/tools/libclang/ |
H A D | Indexing.cpp | 273 StringRef SearchPath, StringRef RelativePath,
|
/external/regex-re2/lib/codereview/ |
H A D | codereview.py | 79 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/guice/extensions/struts2/lib/ |
H A D | jsp-api-2.1.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ... |