HomeSort by relevance Sort by last modified time
    Searched refs:script_path (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/virt/
virt_installer.py 5 def check_configure_options(script_path):
12 abspath = os.path.abspath(script_path)
  /external/v8/tools/release/
script_test.py 39 script_path = os.path.dirname(os.path.abspath(__file__))
40 cov = coverage.coverage(include=([os.path.join(script_path, '*.py')]))
  /external/skia/tools/lua/
find_ngrams_on_ct 28 script_path = os.path.join(SCRIPT_DIR, 'ngrams.lua')
29 with open(script_path) as f:
37 script_path, sub))
  /external/markdown/
setup.py 17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
  /external/autotest/client/virt/tests/
guest_test.py 63 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/
resource_loader.py 69 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)
html_module_unittest.py 64 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/telemetry/telemetry/internal/browser/
extension_unittest.py 114 script_path = os.path.join(src_extension_dir, 'background.js')
117 shutil.copy(script_path, d)
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py     [all...]
  /external/clang/
build.py 191 script_path = android_path(
193 shutil.copy2(script_path, os.path.join(install_dir, 'bin'))
  /ndk/
checkbuild.py 121 script_path = os.path.join('build/tools', script)
122 _invoke_build(build_support.ndk_path(script_path), args)
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 645 script_path = os.path.join(conf.robot_lib_path, conf.python_package,
648 self._raise_error(msg % script_path)

Completed in 734 milliseconds