Home
last modified time | relevance | path

Searched defs:RelativePath (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/
Dfile-utils.cc16 std::unique_ptr<char[]> RelativePath(const char* exec_path, const char* name) { in RelativePath() function
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py137 def RelativePath(path, relative_to, follow_path_symlink=True): function
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py137 def RelativePath(path, relative_to, follow_path_symlink=True): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp146 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation()