Home
last modified time | relevance | path

Searched refs:test_filepath (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/provision_CheetsUpdate/
Dprovision_CheetsUpdate.py60 test_filepath = os.path.join(self.__build_temp_dir, build_filename)
61 logging.info('Android test file download path: %s', test_filepath)
64 ds.download_file(zip_image, test_filepath, timeout=10)
65 if not os.path.exists(test_filepath):
67 'Android test build %s download failed' % test_filepath)
68 self.android_build_path = test_filepath
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test_wrapper.py73 def calculate_parent_python_path(test_filepath): argument
87 split_path = test_filepath.rsplit(FLAGS.bazel_repo_root, 1)
90 (test_filepath, FLAGS.bazel_repo_root))