Searched defs:file_utils (Results 1 - 25 of 35) sorted by relevance

12

/external/autotest/client/common_lib/cros/
H A Dpower_load_util.py7 from autotest_lib.client.common_lib import file_utils namespace
26 file_utils.download_file(url, named_file.name)
H A Darc_util.py15 from autotest_lib.client.common_lib import file_utils namespace
133 file_utils.download_file(_ARCP_URL, pltp.name)
/external/autotest/client/cros/video/
H A Dcollect_golden_images.py7 from autotest_lib.client.common_lib import file_utils namespace
94 file_utils.rm_dir_if_exists(factory.test_working_dir)
96 file_utils.make_leaf_dir(factory.test_working_dir)
/external/autotest/client/site_tests/login_GaiaLogin/
H A Dlogin_GaiaLogin.py9 from autotest_lib.client.common_lib import file_utils namespace
24 file_utils.download_file(chrome.CAP_URL, cap.name)
/external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/
H A Daudiovideo_AVSyncInternalDisplayAudioJack.py9 from autotest_lib.client.common_lib import file_utils namespace
56 file_utils.download_file(video_url, f.name)
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dfile_utils.h18 namespace file_utils { namespace
65 } // namespace file_utils
H A Dfile_utils.cc5 #include "file_utils.h"
29 namespace file_utils { namespace
117 } // namespace file_utils
/external/autotest/client/site_tests/platform_Crouton/
H A Dplatform_Crouton.py9 from autotest_lib.client.common_lib import file_utils namespace
53 file_utils.download_file(crouton_url, crouton_temp_file)
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
H A Dvideo_ChromeRTCHWDecodeUsed.py8 from autotest_lib.client.common_lib import error, file_utils, utils namespace
69 file_utils.download_file(url, local_path)
/external/autotest/client/site_tests/video_JpegEncodeAccelerator/
H A Dvideo_JpegEncodeAccelerator.py9 from autotest_lib.client.common_lib import file_utils namespace
37 file_utils.download_file(url, local_path)
/external/autotest/client/site_tests/video_VDASanity/
H A Dvideo_VDASanity.py9 from autotest_lib.client.common_lib import file_utils namespace
41 file_utils.download_file(url, local_file)
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
H A Dvideo_VideoEncodeAccelerator.py13 from autotest_lib.client.common_lib import file_utils namespace
32 file_utils.download_file(url, local_file)
/external/autotest/client/cros/ui/
H A Dui_test_base.py11 from autotest_lib.client.common_lib import error, file_utils, lsbrelease_utils namespace
88 file_utils.make_leaf_dir(golden_image_local_dir)
104 file_utils.download_file(golden_image_remote_path,
147 file_utils.rm_dir_if_exists(ui_TestBase.WORKING_DIR)
/external/autotest/client/site_tests/audio_PlaybackPower/
H A Daudio_PlaybackPower.py9 from autotest_lib.client.common_lib import error, file_utils namespace
83 file_utils.download_file(_DOWNLOAD_BASE + test_file, local_path)
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dcros_gs.py11 from autotest_lib.client.common_lib import file_utils namespace
35 file_utils.download_file(GSUTIL_URI, gsutil_temp_file)
/external/autotest/client/site_tests/platform_AddPrinter/
H A Dplatform_AddPrinter.py12 from autotest_lib.client.common_lib import file_utils namespace
41 file_utils.download_file(chrome.CAP_URL, cap.name)
59 file_utils.download_file(
/external/autotest/client/site_tests/platform_LogoutPerf/
H A Dplatform_LogoutPerf.py10 from autotest_lib.client.common_lib import file_utils namespace
82 file_utils.download_file(arc_util._ARCP_URL, cap.name)
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/
H A Dvideo_ChromeRTCHWEncodeUsed.py11 from autotest_lib.client.common_lib import file_utils namespace
95 file_utils.download_file(url, local_path)
/external/autotest/client/site_tests/video_GlitchDetection/
H A Dvideo_GlitchDetection.py9 from autotest_lib.client.common_lib import file_utils namespace
43 file_utils.make_leaf_dir(constants.TEST_DIR)
152 file_utils.download_file(golden_checksums_remote_filepath,
/external/autotest/client/site_tests/video_JEAPerf/
H A Dvideo_JEAPerf.py7 from autotest_lib.client.common_lib import file_utils namespace
100 file_utils.download_file(url, input_path)
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
H A Daudio_AudioQualityAfterSuspend.py13 from autotest_lib.client.common_lib import error, file_utils namespace
81 file_utils.download_file(self.test_playback_file, tmpfile.name)
/external/autotest/client/site_tests/network_CastTDLS/
H A Dnetwork_CastTDLS.py7 from autotest_lib.client.common_lib import error, file_utils namespace
99 file_utils.download_file(extension_download_url, output_file)
/external/autotest/client/site_tests/performance_InboxInputLatency/
H A Dperformance_InboxInputLatency.py14 from autotest_lib.client.common_lib import file_utils namespace
39 file_utils.download_file(chrome.CAP_URL, cap.name)
/external/autotest/client/site_tests/platform_MetricsUploader/
H A Dplatform_MetricsUploader.py13 from autotest_lib.client.common_lib import autotemp, error, file_utils, utils namespace
153 file_utils.make_leaf_dir(osreleased_path)
/external/autotest/server/site_tests/audiovideo_AVSync/
H A Daudiovideo_AVSync.py13 from autotest_lib.client.common_lib import file_utils namespace
173 file_utils.download_file(video_url, f.name)

Completed in 509 milliseconds

12