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

  /external/autotest/site_utils/
restart_latest.py 85 build_path = os.path.join(board, open(latest_path, 'r').read().strip())
88 if not os.path.exists(build_path):
92 for test in os.listdir(build_path):
93 test_path = os.path.join(build_path, test)
  /development/testrunner/coverage/
coverage_target.py 46 def SetBuildPath(self, build_path):
47 self._build_path = build_path
  /development/testrunner/test_defs/
test_walker.py 116 # return string with common build_path removed
181 def _GetTestFactory(self, android_mk_parser, path, build_path):
190 build_path: filesystem path for the directory
197 return gtest.GTestFactory(path, build_path)
200 build_path)
222 build_path = self._MakePathRelativeToBuild(path)
223 return self._GetTestFactory(android_mk_parser, path, build_path)
259 build_path=upstream_build_path)
test_suite.py 49 def SetBuildPath(self, build_path):
50 self._build_path = build_path
121 def __init__(self, test_root_path, build_path):
130 self._build_path = build_path
gtest.py 62 def __init__(self, test_root_path, build_path):
64 build_path)
native_test.py 55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
56 os.path.walk(build_path, self._CollectTestSources, source_list)
instrumentation_test.py 226 def __init__(self, test_root_path, build_path):
228 build_path)
234 AndroidManifest.xml found at build_path. Will set additional filters if
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_finder.py 189 def AddIfFound(browser_type, build_path, app_name, content_shell):
190 app = os.path.join(build_path, app_name)
194 content_shell, build_path, is_local_build=True))
199 for build_path in path_module.GetBuildDirectories(finder_options.chrome_root):
201 browser_type = os.path.basename(build_path).lower()
203 AddIfFound(browser_type, build_path, chromium_app_name, False)
204 AddIfFound('content-shell-' + browser_type, build_path,
android_browser_finder.py 101 for build_path in util.GetBuildDirectories(chrome_root):
102 apk_full_name = os.path.join(build_path, 'apks', apk_name)
  /external/autotest/site_utils/admin/
clean_staged_images.py 49 def file_is_too_old(build_path, max_age_hours):
50 """Test to see if the build at |build_path| is older than |max_age_hours|.
52 @param build_path: The path to the build (ie. 'build_dir/R21-2035.0.0')
57 timestamp_path = os.path.join(build_path, _TIMESTAMP_FILENAME)
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 24 parser.add_argument('build_path', help='Path to android build.')
49 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
  /system/update_engine/payload_generator/
ext2_filesystem_unittest.cc 104 base::FilePath build_path = test_utils::GetBuildArtifactsPath().Append("gen"); local
108 build_path.Append(fs_name).value());
  /external/clang/
build.py 38 def build_path(*args): function
110 install_host_dir = build_path('install', host)
452 stage_1_out_dir = build_path('stage1')
456 stage_1_install_dir = build_path('stage1-install')
469 stage_2_out_dir = build_path('stage2')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 62 for build_path in util.GetBuildDirectories():
63 candidate = os.path.join(build_path, binary_name)

Completed in 2121 milliseconds