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

  /external/chromium_org/build/android/pylib/gtest/
test_package_apk.py 34 constants.GetOutDirectory(), 'apks', '%s.apk' % suite_name)
38 constants.GetOutDirectory(), '%s_apk' % suite_name,
test_package_exe.py 31 self.suite_path = os.path.join(constants.GetOutDirectory(), suite_name)
32 self._symbols_dir = os.path.join(constants.GetOutDirectory(),
setup.py 110 constants.GetOutDirectory(), '%s.isolated' % suite_name)
117 '--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(),
  /external/chromium_org/build/android/
adb_install_apk.py 41 options.apk = os.path.join(constants.GetOutDirectory(), 'apks',
test_runner.py 268 options.test_apk_path = os.path.join(constants.GetOutDirectory(),
272 constants.GetOutDirectory(),
343 constants.GetOutDirectory(),
  /external/chromium_org/build/android/pylib/host_driven/
test_server.py 86 abs_dirs.extend([os.path.join(src_dir, constants.GetOutDirectory(), d)
test_case.py 81 return constants.GetOutDirectory()
  /external/chromium_org/build/android/pylib/linker/
test_runner.py 70 constants.GetOutDirectory(), 'apks', '%s.apk' % _PACKAGE_NAME)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py 137 constants.GetOutDirectory('Release'), 'md5sum_bin_host'))):
140 constants.GetOutDirectory('Debug'), 'md5sum_bin_host'))):
228 dest = os.path.join(constants.GetOutDirectory(), t)
  /external/chromium_org/build/android/pylib/
constants.py 149 def GetOutDirectory(build_type=None):
forwarder.py 203 constants.GetOutDirectory(), 'host_forwarder')
206 constants.GetOutDirectory(), 'forwarder_dist')
android_commands.py 888 md5sum_dist_path = os.path.join(constants.GetOutDirectory(),
900 [os.path.join(constants.GetOutDirectory(), 'md5sum_bin_host'),
    [all...]
  /external/chromium_org/build/android/pylib/utils/
report_results.py 18 log_file_path = os.path.join(constants.GetOutDirectory(), 'test_logs')

Completed in 682 milliseconds