Searched refs:script_path (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/src/ |
| 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() argument 334 script_name_(script_name), script_path_(script_path), in InspectorIoDelegate()
|
| /third_party/cef/patch/patches/ |
| D | runhooks.patch | 10 + 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/ |
| 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/jsframework/ |
| D | prebuild_env.sh | 17 script_path=$(cd $(dirname $0);pwd) 18 code_dir=$(dirname ${script_path})/../
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| 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/ |
| 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/iptables/ |
| D | iptables.spec | 1 %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/ |
| D | cef_version.py | 18 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/ |
| D | run_code_generation.py | 37 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/ |
| D | json_project_writer.cc | 177 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()
|