HomeSort by relevance Sort by last modified time
    Searched refs:RelativePath (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/v8/src/base/
file-utils.h 13 char* RelativePath(char** buffer, const char* exec_path, const char* name);
file-utils.cc 15 char* RelativePath(char** buffer, const char* exec_path, const char* name) {
  /external/v8/src/
startup-data-util.cc 89 LoadFromFiles(RelativePath(&natives, directory_path, "natives_blob.bin"),
90 RelativePath(&snapshot, directory_path, "snapshot_blob.bin"));
icu_util.cc 53 RelativePath(&icu_data_file_default, exec_path, "icudtl.dat");
  /external/clang/include/clang/Lex/
DirectoryLookup.h 157 /// \param RelativePath If not NULL, will be set to the path relative to
176 SmallVectorImpl<char> *RelativePath,
187 SmallVectorImpl<char> *RelativePath,
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,
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,
PreprocessingRecord.h 497 StringRef RelativePath,
  /external/clang/lib/Lex/
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) {
    [all...]
PPDirectives.cpp 611 SmallVectorImpl<char> *RelativePath,
668 Includers, SearchPath, RelativePath, RequestingModule,
685 RelativePath, RequestingModule, SuggestedModule, SkipCache);
700 SearchPath, RelativePath,
716 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
PPLexerChange.cpp 507 SmallString<128> RelativePath;
508 computeRelativePath(FileMgr, Dir, Header, RelativePath);
510 << Mod->getFullModuleName() << RelativePath;
PreprocessingRecord.cpp 442 StringRef RelativePath,
  /external/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef SearchPath, StringRef RelativePath,
75 StringRef RelativePath,
DependencyFile.cpp 65 StringRef SearchPath, StringRef RelativePath,
191 StringRef SearchPath, StringRef RelativePath,
301 StringRef RelativePath,
PrintPreprocessedOutput.cpp 129 StringRef SearchPath, StringRef RelativePath,
321 StringRef RelativePath,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 59 StringRef SearchPath, StringRef RelativePath,
68 this->RelativePath = RelativePath.str();
79 SmallString<16> RelativePath;
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 90 TEST(LockFileManagerTest, RelativePath) {
  /external/v8/tools/gyp/pylib/gyp/
common.py 99 build_file = RelativePath(build_file, '.')
134 def RelativePath(path, relative_to, follow_path_symlink=True):
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)
MSVSNew.py 249 relative_path = gyp.common.RelativePath(e.path, sln_root)
  /external/clang/lib/Tooling/
Tooling.cpp 153 StringRef RelativePath(File);
155 if (RelativePath.startswith("./")) {
156 RelativePath = RelativePath.substr(strlen("./"));
159 SmallString<1024> AbsolutePath = RelativePath;
  /external/v8/tools/gyp/pylib/gyp/generator/
make.py     [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 73 open_tag File RelativePath="$f"
487 RelativePath=".\ReadMe.txt"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 147 open_tag File RelativePath="./$f"
588 RelativePath=".\ReadMe.txt"
  /external/v8/tools/gyp/tools/
pretty_vcproj.py 132 if name in ['InheritedPropertySheets', 'RelativePath',
  /external/curl/projects/
generate.bat 326 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
330 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4

Completed in 271 milliseconds

1 2 3