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

12

/external/v8/src/base/
H A Dfile-utils.h13 char* RelativePath(char** buffer, const char* exec_path, const char* name);
H A Dfile-utils.cc15 char* RelativePath(char** buffer, const char* exec_path, const char* name) { function in namespace:v8::internal
/external/v8/src/
H A Dstartup-data-util.cc89 LoadFromFiles(RelativePath(&natives, directory_path, "natives_blob.bin"),
90 RelativePath(&snapshot, directory_path, "snapshot_blob.bin"));
H A Dicu_util.cc53 RelativePath(&icu_data_file_default, exec_path, "icudtl.dat");
/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,
/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:__anon3241::InclusionDirectiveCallbacks
/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp90 TEST(LockFileManagerTest, RelativePath) {
/external/v8/tools/gyp/pylib/gyp/
H A Dcommon.py99 build_file = RelativePath(build_file, '.')
134 def RelativePath(path, relative_to, follow_path_symlink=True): function
188 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
192 # Like RelativePath but returns |path| unchanged if it is absolute.
195 return RelativePath(path, relative_to)
H A DMSVSNew.py249 relative_path = gyp.common.RelativePath(e.path, sln_root)
H A Dinput.py369 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path))
407 gyp.common.RelativePath(included_file,
837 rel_build_file_dir = gyp.common.RelativePath(build_file_dir, toplevel)
844 replacement = gyp.common.RelativePath(path, build_file_dir)
2035 gyp.common.RelativePath(os.path.dirname(fro_file),
/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/v8/tools/gyp/pylib/gyp/generator/
H A Dmake.py1932 build_files_args = [gyp.common.RelativePath(filename, options.toplevel_dir)
1978 base_path = gyp.common.RelativePath(os.path.dirname(build_file),
1985 base_path = gyp.common.RelativePath(os.path.dirname(build_file),
2009 srcdir = gyp.common.RelativePath(srcdir, options.generator_output)
2139 build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir))
2145 relative_include_file = gyp.common.RelativePath(
2172 mkfile_rel_path = gyp.common.RelativePath(output_file,
2177 depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd())
2191 makefile_rel_path = gyp.common.RelativePath(os.path.dirname(makefile_path),
H A Dmsvs.py1003 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
1796 fix_prefix = gyp.common.RelativePath(project_dir_path,
1891 gyp.common.RelativePath(params['options'].toplevel_dir, gyp_dir),
3245 relative_path = gyp.common.RelativePath(dependency.path, project_dir)
3268 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh73 open_tag File RelativePath="$f"
487 RelativePath=".\ReadMe.txt"
/external/curl/projects/
H A Dgenerate.bat326 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
330 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4

Completed in 934 milliseconds

12