Searched refs:GetOutDirectory (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/build/android/pylib/gtest/ |
D | test_package_exe.py | 30 self.suite_path = os.path.join(constants.GetOutDirectory(), suite_name) 31 self._symbols_dir = os.path.join(constants.GetOutDirectory(),
|
D | setup.py | 100 constants.GetOutDirectory(), '%s.isolated' % suite_name) 112 '--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(), 165 os.path.relpath(os.path.join(constants.GetOutDirectory(), os.pardir),
|
D | test_package_apk.py | 34 constants.GetOutDirectory(), 'apks', '%s.apk' % suite_name) 38 constants.GetOutDirectory(), '%s_apk' % suite_name,
|
/external/chromium_org/build/android/pylib/junit/ |
D | test_runner.py | 26 '-jar', os.path.join(constants.GetOutDirectory(), 'lib.java',
|
/external/chromium_org/build/android/pylib/linker/ |
D | test_runner.py | 68 constants.GetOutDirectory(), 'apks', '%s.apk' % _PACKAGE_NAME)
|
/external/chromium_org/build/android/pylib/host_driven/ |
D | test_server.py | 86 abs_dirs.extend([os.path.join(src_dir, constants.GetOutDirectory(), d)
|
D | test_case.py | 91 return constants.GetOutDirectory()
|
/external/chromium_org/build/android/ |
D | adb_install_apk.py | 56 options.apk = os.path.join(constants.GetOutDirectory(), 'apks',
|
D | test_runner.py | 279 constants.GetOutDirectory(), 283 constants.GetOutDirectory(), 362 constants.GetOutDirectory(),
|
/external/chromium_org/build/android/pylib/utils/ |
D | report_results.py | 17 log_file_path = os.path.join(constants.GetOutDirectory(), 'test_logs')
|
/external/chromium_org/build/android/pylib/ |
D | forwarder.py | 212 constants.GetOutDirectory(), 'host_forwarder') 215 constants.GetOutDirectory(), 'forwarder_dist')
|
D | constants.py | 175 def GetOutDirectory(build_type=None): function
|
D | android_commands.py | 682 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/ |
D | adb_commands.py | 120 dest = os.path.join(constants.GetOutDirectory(), t)
|