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

  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 30 self.suite_path = os.path.join(constants.GetOutDirectory(), suite_name)
134 target_name = self.suite_path
136 target_name = self.suite_path + '_stripped'
142 source_mtime = os.stat(self.suite_path).st_mtime
147 (target_name, target_mtime, self.suite_path, source_mtime,
test_package_apk.py 33 self.suite_path = os.path.join(
37 self.suite_path = os.path.join(
135 device.Install(self.suite_path)
setup.py 304 if not os.path.exists(test_package.suite_path):
307 if not os.path.exists(exe_test_package.suite_path):
312 test_package.suite_path,
313 exe_test_package.suite_path))
315 logging.warning('Found target %s', test_package.suite_path)
  /external/chromium_org/v8/tools/
run_perf.py 271 def ChangeCWD(self, suite_path):
276 suite_dir = os.path.abspath(os.path.dirname(suite_path))

Completed in 372 milliseconds