Searched refs:script_path (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/ohos_icu4c/build_data/ |
H A D | pkgdata.sh | 21 script_path=$(cd $(dirname $0); pwd) 48 script_path=$(cd $(dirname $0); pwd) 49 root_path="$script_path/../../../.." 60 icu_data_filter_file="$script_path/$icu_data_filter_dir/data_filter.json"
|
/third_party/node/src/ |
H A D | inspector_io.cc | 30 std::string script_path; in ScriptPath() local 37 script_path = std::string(static_cast<char*>(req.ptr)); in ScriptPath() 42 return script_path; in ScriptPath() 213 const std::string& script_path, 291 std::string script_path = ScriptPath(&loop, script_name_); in ThreadMain() local 294 script_path, script_name_)); in ThreadMain() 331 const std::string& script_path, in InspectorIoDelegate() 334 script_name_(script_name), script_path_(script_path), in InspectorIoDelegate() 327 InspectorIoDelegate( std::shared_ptr<RequestQueueData> queue, std::shared_ptr<MainThreadHandle> main_thread, const std::string& target_id, const std::string& script_path, const std::string& script_name) InspectorIoDelegate() argument
|
H A D | js_native_api_v8_inspector.cc | 444 std::string script_path; in ScriptPath() local 451 script_path = std::string(static_cast<char*>(req.ptr)); in ScriptPath() 456 return script_path; in ScriptPath() 628 const std::string& script_path, 656 const std::string& script_path, in InspectorIoDelegate() 659 script_name_(script_name), script_path_(script_path), in InspectorIoDelegate() 814 std::string script_path = ScriptPath(&loop, script_name_); in ThreadMain() local 817 script_path, script_name_)); in ThreadMain() 652 InspectorIoDelegate( std::shared_ptr<RequestQueueData> queue, std::shared_ptr<MainThreadHandle> main_thread, const std::string& target_id, const std::string& script_path, const std::string& script_name) InspectorIoDelegate() argument
|
/third_party/node/deps/v8/tools/release/ |
H A D | script_test.py | 39 script_path = os.path.dirname(os.path.abspath(__file__)) 40 cov = coverage.coverage(include=([os.path.join(script_path, '*.py')]))
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSVersion.py | 107 script_path = JoinPath( 118 return [script_path, arg] 146 script_path = script_data[0] 147 if not os.path.exists(script_path): 149 "%s is missing - make sure VC++ tools are installed." % script_path
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSVersion.py | 107 script_path = JoinPath( 118 return [script_path, arg] 146 script_path = script_data[0] 147 if not os.path.exists(script_path): 149 "%s is missing - make sure VC++ tools are installed." % script_path
|
/third_party/gn/src/gn/ |
H A D | ninja_outputs_writer.cc | 149 base::FilePath script_path = build_settings->GetFullPath(script_file); in RunAndWriteFiles() local 150 return internal::InvokePython(build_settings, script_path, in RunAndWriteFiles()
|
H A D | json_project_writer.cc | 130 base::FilePath script_path = build_settings->GetFullPath(script_file); in RunAndWriteFiles() local 131 return internal::InvokePython(build_settings, script_path, in RunAndWriteFiles()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | run_code_generation.py | 37 def rebase_script_path(script_path, relative_path): 38 return os.path.relpath(os.path.join(os.path.dirname(script_path), relative_path), root_dir)
|
Completed in 7 milliseconds