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

/external/v8/src/
H A Dstartup-data-util.cc81 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 DDirectoryLookup.h157 /// \param RelativePath If not NULL, will be set to the path relative to
176 SmallVectorImpl<char> *RelativePath,
187 SmallVectorImpl<char> *RelativePath,
H A DPPCallbacks.h110 /// 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 DHeaderSearch.h373 /// \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 DPreprocessingRecord.h497 StringRef RelativePath,
H A DPreprocessor.h1623 SmallVectorImpl<char> *RelativePath,
/external/clang/lib/Lex/
H A DHeaderSearch.cpp277 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 DPPDirectives.cpp611 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 DPPLexerChange.cpp507 SmallString<128> RelativePath; local
508 computeRelativePath(FileMgr, Dir, Header, RelativePath);
510 << Mod->getFullModuleName() << RelativePath;
H A DPreprocessingRecord.cpp442 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 DDependencyGraph.cpp52 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 DDependencyFile.cpp65 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 DPrintPreprocessedOutput.cpp129 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 DPPCallbacksTest.cpp59 StringRef SearchPath, StringRef RelativePath,
68 this->RelativePath = RelativePath.str();
79 SmallString<16> RelativePath; member in class:__anon3072::InclusionDirectiveCallbacks
/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) {
/external/clang/lib/Tooling/
H A DTooling.cpp153 StringRef RelativePath(File);
155 if (RelativePath.startswith("./")) {
156 RelativePath = RelativePath.substr(strlen("./"));
159 SmallString<1024> AbsolutePath = RelativePath;
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh73 open_tag File RelativePath="$f"
487 RelativePath=".\ReadMe.txt"
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp69 StringRef SearchPath, StringRef RelativePath,
180 StringRef /*RelativePath*/,
/external/curl/projects/
H A Dgenerate.bat323 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
327 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
/external/clang/tools/libclang/
H A DIndexing.cpp273 StringRef SearchPath, StringRef RelativePath,
/external/regex-re2/lib/codereview/
H A 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/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...

Completed in 1105 milliseconds