Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/
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() argument
334 script_name_(script_name), script_path_(script_path), in InspectorIoDelegate()
/third_party/cef/patch/patches/
Drunhooks.patch10 + script_path = os.path.normpath(os.path.join(
15 - script_path)
16 - script_path = other_path
17 + if not os.path.exists(script_path):
/third_party/node/deps/v8/tools/release/
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/jsframework/
Dprebuild_env.sh17 script_path=$(cd $(dirname $0);pwd)
18 code_dir=$(dirname ${script_path})/../
/third_party/node/tools/gyp/pylib/gyp/
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/
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/iptables/
Diptables.spec1 %global script_path %{_libexecdir}/iptables
104 install -m 0755 -d %{buildroot}/%{script_path}
105 install -m 0755 -c %{SOURCE1} %{buildroot}/%{script_path}/iptables.init
107 install -m 0755 ip6tables.init %{buildroot}/%{script_path}/ip6tables.init
126 exec %{script_path}/iptables.init save
136 exec %{script_path}/iptables.init panic
250 %{script_path}/ip*tables.init
/third_party/cef/tools/
Dcef_version.py18 script_path = os.path.abspath(os.path.dirname(__file__))
20 os.path.join(script_path, os.pardir, os.pardir))
/third_party/skia/third_party/externals/angle2/scripts/
Drun_code_generation.py37 def rebase_script_path(script_path, relative_path): argument
38 return os.path.relpath(os.path.join(os.path.dirname(script_path), relative_path), root_dir)
/third_party/gn/src/gn/
Djson_project_writer.cc177 base::FilePath script_path = build_settings->GetFullPath(script_file); in RunAndWriteFiles() local
178 return InvokePython(build_settings, script_path, exec_script_extra_args, in RunAndWriteFiles()