/third_party/node/deps/v8/src/init/ |
H A D | icu_util.cc | 49 base::RelativePath(exec_path, "icudtl.dat"); in InitializeICUDefaultLocation() 52 base::RelativePath(exec_path, "icudtb.dat"); in InitializeICUDefaultLocation()
|
H A D | startup-data-util.cc | 82 base::RelativePath(directory_path, snapshot_name); in InitializeExternalStartupData()
|
/third_party/node/deps/v8/src/base/ |
H A D | file-utils.h | 18 std::unique_ptr<char[]> RelativePath(const char* exec_path, const char* name);
|
H A D | file-utils.cc | 16 std::unique_ptr<char[]> RelativePath(const char* exec_path, const char* name) { in RelativePath() function
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 102 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 D | MSVSNew.py | 265 relative_path = gyp.common.RelativePath(e.path, sln_root)
|
H A D | input.py | 378 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 D | xcodeproj_file.py | 2974 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 102 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 D | MSVSNew.py | 265 relative_path = gyp.common.RelativePath(e.path, sln_root)
|
H A D | input.py | 378 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 D | xcodeproj_file.py | 2975 other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 762 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 D | make.py | 2349 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 D | msvs.py | 1055 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 D | cmake.py | 646 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir) 882 base_path = gyp.common.RelativePath(
|
H A D | xcode.py | 117 projectDirPath = gyp.common.RelativePath(
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 762 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 D | make.py | 2355 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 D | msvs.py | 1053 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 D | cmake.py | 646 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir) 882 base_path = gyp.common.RelativePath(
|
H A D | xcode.py | 117 projectDirPath = gyp.common.RelativePath(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 146 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() argument 149 RelativePath = Loc.getRelativePath(); in getLocation()
|
/third_party/curl/projects/ |
H A D | generate.bat | 312 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 D | DiagnosticInfo.h | 386 void getLocation(StringRef &RelativePath, unsigned &Line,
|