Home
last modified time | relevance | path

Searched refs:script_path (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/ohos_icu4c/build_data/
H A Dpkgdata.sh21 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 Dinspector_io.cc30 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 Djs_native_api_v8_inspector.cc444 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 Dscript_test.py39 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 DMSVSVersion.py107 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 DMSVSVersion.py107 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 Dninja_outputs_writer.cc149 base::FilePath script_path = build_settings->GetFullPath(script_file); in RunAndWriteFiles() local
150 return internal::InvokePython(build_settings, script_path, in RunAndWriteFiles()
H A Djson_project_writer.cc130 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 Drun_code_generation.py37 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