Home
last modified time | relevance | path

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

/external/skia/tools/lua/
Dfind_ngrams_on_ct28 script_path = os.path.join(SCRIPT_DIR, 'ngrams.lua')
29 with open(script_path) as f:
37 script_path, sub))
/external/autotest/client/virt/
Dvirt_installer.py5 def check_configure_options(script_path): argument
12 abspath = os.path.abspath(script_path)
/external/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')]))
/external/markdown/
Dsetup.py17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
/external/autotest/client/virt/tests/
Dguest_test.py63 script_path = virt_utils.get_path(test.bindir, script)
64 vm.copy_files_to(script_path, dst_rsc_path, timeout=60)
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dresource_loader.py69 for script_path in self.source_paths:
70 absolute_path = os.path.join(script_path, relative_path)
72 return resource_module.Resource(script_path, absolute_path, binary)
Dhtml_module_unittest.py64 for script_path in self._source_paths:
65 absolute_path = os.path.join(script_path, relative_path)
67 return ResourceWithFakeContents(script_path, absolute_path,
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfixture.py1338 script_path=None, argument
1371 if script_path is None:
1373 script_path = environ.get('PATH', '').split(';')
1375 script_path = environ.get('PATH', '').split(':')
1376 self.script_path = script_path
1449 if self.script_path is None:
1455 for path in self.script_path:
1461 % (script_name, ':'.join(self.script_path)))
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dextension_unittest.py114 script_path = os.path.join(src_extension_dir, 'background.js')
117 shutil.copy(script_path, d)
/external/clang/
Dbuild.py191 script_path = android_path(
193 shutil.copy2(script_path, os.path.join(install_dir, 'bin'))
/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py645 script_path = os.path.join(conf.robot_lib_path, conf.python_package,
648 self._raise_error(msg % script_path)