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

  /external/clang/lib/Lex/
PPLexerChange.cpp 380 SmallString<128> RelativePath;
381 computeRelativePath(FileMgr, Dir, Header, RelativePath);
383 << RelativePath;
PPDirectives.cpp 496 SmallVectorImpl<char> *RelativePath,
522 SearchPath, RelativePath, SuggestedModule, SkipCache);
532 SearchPath, RelativePath)))
542 Filename, CurFileEnt, SearchPath, RelativePath)))
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 1006 def RelativePath(path, cwd):
1023 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
1053 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
    [all...]

Completed in 191 milliseconds