Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/init/
H A Dicu_util.cc49 base::RelativePath(exec_path, "icudtl.dat"); in InitializeICUDefaultLocation()
52 base::RelativePath(exec_path, "icudtb.dat"); in InitializeICUDefaultLocation()
H A Dstartup-data-util.cc82 base::RelativePath(directory_path, snapshot_name); in InitializeExternalStartupData()
/third_party/node/deps/v8/src/base/
H A Dfile-utils.h18 std::unique_ptr<char[]> RelativePath(const char* exec_path, const char* name);
H A 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/
H A Dcommon.py102 build_file = RelativePath(build_file, ".")
137 def RelativePath(path, relative_to, follow_path_symlink=True): function
194 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
198 # Like RelativePath but returns |path| unchanged if it is absolute.
201 return RelativePath(path, relative_to)
H A DMSVSNew.py265 relative_path = gyp.common.RelativePath(e.path, sln_root)
H A Dinput.py378 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path))
417 included_relative = gyp.common.RelativePath(
886 rel_build_file_dir = gyp.common.RelativePath(
895 replacement = gyp.common.RelativePath(path, build_file_dir)
2216 gyp.common.RelativePath(
H A Dxcodeproj_file.py2974 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py102 build_file = RelativePath(build_file, ".")
137 def RelativePath(path, relative_to, follow_path_symlink=True): function
190 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
194 # Like RelativePath but returns |path| unchanged if it is absolute.
197 return RelativePath(path, relative_to)
H A DMSVSNew.py265 relative_path = gyp.common.RelativePath(e.path, sln_root)
H A Dinput.py378 d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path))
417 included_relative = gyp.common.RelativePath(
883 rel_build_file_dir = gyp.common.RelativePath(
892 replacement = gyp.common.RelativePath(path, build_file_dir)
2203 gyp.common.RelativePath(
H A Dxcodeproj_file.py2975 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dandroid.py762 path = gyp.common.RelativePath(path, self.android_top_dir)
1047 base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth)
1053 base_path = gyp.common.RelativePath(
1096 relative_build_file = gyp.common.RelativePath(build_file, options.toplevel_dir)
1103 relative_include_file = gyp.common.RelativePath(
1154 mkfile_rel_path = gyp.common.RelativePath(
H A Dmake.py2349 gyp.common.RelativePath(filename, options.toplevel_dir)
2399 base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth)
2406 base_path = gyp.common.RelativePath(
2432 srcdir = gyp.common.RelativePath(srcdir, options.generator_output)
2589 build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir))
2595 relative_include_file = gyp.common.RelativePath(
2631 mkfile_rel_path = gyp.common.RelativePath(
2637 depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd())
2655 makefile_rel_path = gyp.common.RelativePath(
H A Dmsvs.py1055 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
1897 fix_prefix = gyp.common.RelativePath(
2001 gyp.common.RelativePath(params["options"].toplevel_dir, gyp_dir),
3660 relative_path = gyp.common.RelativePath(dependency.path, project_dir)
H A Dcmake.py646 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir)
882 base_path = gyp.common.RelativePath(
H A Dxcode.py117 projectDirPath = gyp.common.RelativePath(
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py762 path = gyp.common.RelativePath(path, self.android_top_dir)
1047 base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth)
1053 base_path = gyp.common.RelativePath(
1096 relative_build_file = gyp.common.RelativePath(build_file, options.toplevel_dir)
1103 relative_include_file = gyp.common.RelativePath(
1154 mkfile_rel_path = gyp.common.RelativePath(
H A Dmake.py2355 gyp.common.RelativePath(filename, options.toplevel_dir)
2405 base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth)
2412 base_path = gyp.common.RelativePath(
2438 srcdir = gyp.common.RelativePath(srcdir, options.generator_output)
2617 build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir))
2623 relative_include_file = gyp.common.RelativePath(
2659 mkfile_rel_path = gyp.common.RelativePath(
2665 depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd())
2683 makefile_rel_path = gyp.common.RelativePath(
H A Dmsvs.py1053 relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir)
1889 fix_prefix = gyp.common.RelativePath(
1993 gyp.common.RelativePath(params["options"].toplevel_dir, gyp_dir),
3660 relative_path = gyp.common.RelativePath(dependency.path, project_dir)
H A Dcmake.py646 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir)
882 base_path = gyp.common.RelativePath(
H A Dxcode.py117 projectDirPath = gyp.common.RelativePath(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticInfo.cpp146 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument
149 RelativePath = Loc.getRelativePath(); in getLocation()
/third_party/curl/projects/
H A Dgenerate.bat312 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
316 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h386 void getLocation(StringRef &RelativePath, unsigned &Line,

Completed in 52 milliseconds

12