HomeSort by relevance Sort by last modified time
    Searched defs:RelativePath (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 90 build_file = RelativePath(build_file, '.')
125 def RelativePath(path, relative_to):
172 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
176 # Like RelativePath but returns |path| unchanged if it is absolute.
179 return RelativePath(path, relative_to)
  /external/clang/lib/Lex/
PPLexerChange.cpp 416 SmallString<128> RelativePath;
417 computeRelativePath(FileMgr, Dir, Header, RelativePath);
419 << Mod->getFullModuleName() << RelativePath;
PPDirectives.cpp 542 SmallVectorImpl<char> *RelativePath,
568 SearchPath, RelativePath, SuggestedModule, SkipCache);
602 SearchPath, RelativePath,
613 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 56 StringRef RelativePath,
65 this->RelativePath = RelativePath.str();
76 SmallString<16> RelativePath;
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 79 def RelativePath(path, cwd):
902 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
932 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 79 def RelativePath(path, cwd):
902 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
932 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
    [all...]
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 217 milliseconds