Home
last modified time | relevance | path

Searched refs:GetOutDirectory (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/build/android/pylib/gtest/
Dtest_package_exe.py30 self.suite_path = os.path.join(constants.GetOutDirectory(), suite_name)
31 self._symbols_dir = os.path.join(constants.GetOutDirectory(),
Dsetup.py100 constants.GetOutDirectory(), '%s.isolated' % suite_name)
112 '--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(),
165 os.path.relpath(os.path.join(constants.GetOutDirectory(), os.pardir),
Dtest_package_apk.py34 constants.GetOutDirectory(), 'apks', '%s.apk' % suite_name)
38 constants.GetOutDirectory(), '%s_apk' % suite_name,
/external/chromium_org/build/android/pylib/junit/
Dtest_runner.py26 '-jar', os.path.join(constants.GetOutDirectory(), 'lib.java',
/external/chromium_org/build/android/pylib/linker/
Dtest_runner.py68 constants.GetOutDirectory(), 'apks', '%s.apk' % _PACKAGE_NAME)
/external/chromium_org/build/android/pylib/host_driven/
Dtest_server.py86 abs_dirs.extend([os.path.join(src_dir, constants.GetOutDirectory(), d)
Dtest_case.py91 return constants.GetOutDirectory()
/external/chromium_org/build/android/
Dadb_install_apk.py56 options.apk = os.path.join(constants.GetOutDirectory(), 'apks',
Dtest_runner.py279 constants.GetOutDirectory(),
283 constants.GetOutDirectory(),
362 constants.GetOutDirectory(),
/external/chromium_org/build/android/pylib/utils/
Dreport_results.py17 log_file_path = os.path.join(constants.GetOutDirectory(), 'test_logs')
/external/chromium_org/build/android/pylib/
Dforwarder.py212 constants.GetOutDirectory(), 'host_forwarder')
215 constants.GetOutDirectory(), 'forwarder_dist')
Dconstants.py175 def GetOutDirectory(build_type=None): function
Dandroid_commands.py682 run_pie_dist_path = os.path.join(constants.GetOutDirectory(), 'run_pie')
970 md5sum_dist_path = os.path.join(constants.GetOutDirectory(),
987 [os.path.join(constants.GetOutDirectory(), 'md5sum_bin_host'),
/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dadb_commands.py120 dest = os.path.join(constants.GetOutDirectory(), t)