Searched defs:RelativePath (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/base/
H A Dfile-utils.cc15 char* RelativePath(char** buffer, const char* exec_path, const char* name) { function in namespace:v8::base
/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/libmojo/mojo/public/tools/bindings/
H A Dmojom_bindings_generator.py81 class RelativePath(object): class in inherits:object
94 RelativePath with first file found, or an arbitrary non-existent file
99 return RelativePath(path, rel_search_dir.source_root)
100 return RelativePath(os.path.join(rel_dir.path, file_name),
125 self._ParseFileAndImports(RelativePath(filename, args.depth),
129 RelativePath(filename, args.depth))
147 RelativePath(dirname, rel_filename.source_root),
207 RelativePath(dirname, rel_filename.source_root),
222 args.import_directories[idx] = RelativePath(tokens[0], tokens[1])
224 args.import_directories[idx] = RelativePath(token
[all...]
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp59 StringRef SearchPath, StringRef RelativePath,
68 this->RelativePath = RelativePath.str();
79 SmallString<16> RelativePath; member in class:__anon3342::InclusionDirectiveCallbacks
/external/clang/lib/Lex/
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
H A DHeaderSearch.cpp278 SmallVectorImpl<char> *RelativePath,
297 if (RelativePath) {
298 RelativePath->clear();
299 RelativePath->append(Filename.begin(), Filename.end());
308 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
341 if (RelativePath) {
342 RelativePath->clear();
343 RelativePath->append(Filename.begin(), Filename.end());
403 SmallVectorImpl<char> *RelativePath, Module *RequestingModule,
462 if (RelativePath) {
273 LookupFile( StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework, bool &HasBeenMapped, SmallVectorImpl<char> &MappedName) const argument
401 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework) const argument
566 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, bool BuildSystemModule) argument
819 LookupSubframeworkHeader(StringRef Filename, const FileEntry *ContextFileEnt, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule) argument
[all...]
H A DPPDirectives.cpp746 SmallVectorImpl<char> *RelativePath,
806 Includers, SearchPath, RelativePath, RequestingModule,
823 RelativePath, RequestingModule, SuggestedModule, SkipCache,
840 SearchPath, RelativePath,
857 Filename, CurFileEnt, SearchPath, RelativePath,
1774 SmallString<1024> RelativePath; local
1789 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr,
1822 Callbacks ? &RelativePath : nullptr,
1932 FilenameRange, File, SearchPath, RelativePath,
738 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
/external/clang/include/clang/Lex/
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
/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 254 milliseconds