Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc136 ScopedTempFile output_temp_file; in TestWithData() local
139 0, writer.Open(output_temp_file.path().c_str(), O_WRONLY | O_CREAT, 0)); in TestWithData()
186 delegate.path_ = output_temp_file.path(); in TestWithData()
547 ScopedTempFile output_temp_file; in StartDownload() local
550 0, writer.Open(output_temp_file.path().c_str(), O_WRONLY | O_CREAT, 0)); in StartDownload()
570 delegate_.path_ = output_temp_file.path(); in StartDownload()