/aosp12/system/update_engine/payload_generator/ |
H A D | payload_properties_unittest.cc | 71 ScopedTempFile old_part_file("old_part.XXXXXX"); in SetUp() 72 ScopedTempFile new_part_file("new_part.XXXXXX"); in SetUp() 85 ScopedTempFile data_file("temp_data.XXXXXX", true); in SetUp() 98 ScopedTempFile payload_file_{"payload_file.XXXXXX"};
|
H A D | payload_file_unittest.cc | 39 ScopedTempFile orig_blobs("ReorderBlobsTest.orig.XXXXXX"); in TEST_F() 48 ScopedTempFile new_blobs("ReorderBlobsTest.new.XXXXXX"); in TEST_F()
|
H A D | block_mapping_unittest.cc | 39 ScopedTempFile old_part_{"BlockMappingTest_old.XXXXXX"}; 40 ScopedTempFile new_part_{"BlockMappingTest_new.XXXXXX"};
|
H A D | full_update_generator_unittest.cc | 56 ScopedTempFile part_file_{"FullUpdateTest_partition.XXXXXX"}; 58 ScopedTempFile blob_file_{"FullUpdateTest_blobs.XXXXXX", true};
|
H A D | mapfile_filesystem_unittest.cc | 58 ScopedTempFile temp_file_{"mapfile_file.XXXXXX"}; 59 ScopedTempFile temp_mapfile_{"mapfile_mapfile.XXXXXX"};
|
H A D | payload_signer_unittest.cc | 170 ScopedTempFile payload_file("payload.XXXXXX"); in TEST_F() 197 ScopedTempFile payload_file("payload.XXXXXX"); in TEST_F()
|
H A D | ab_generator_unittest.cc | 73 ScopedTempFile part_file("SplitReplaceOrReplaceXzTest_part.XXXXXX"); in TestSplitReplaceOrReplaceXzOperation() 109 ScopedTempFile data_file("SplitReplaceOrReplaceXzTest_data.XXXXXX"); in TestSplitReplaceOrReplaceXzOperation() 221 ScopedTempFile part_file("MergeReplaceOrReplaceXzTest_part.XXXXXX"); in TestMergeReplaceOrReplaceXzOperations() 271 ScopedTempFile data_file("MergeReplaceOrReplaceXzTest_data.XXXXXX"); in TestMergeReplaceOrReplaceXzOperations() 560 ScopedTempFile src_part_file("AddSourceHashTest_src_part.XXXXXX"); in TEST_F()
|
H A D | blob_file_writer_unittest.cc | 34 ScopedTempFile blob_file("BlobFileWriterTest.XXXXXX", true); in TEST()
|
H A D | delta_diff_utils_unittest.cc | 72 ScopedTempFile* part_file, in CreatePartition() 147 ScopedTempFile old_part_file_{"DeltaDiffUtilsTest-old_part-XXXXXX", true}; 148 ScopedTempFile new_part_file_{"DeltaDiffUtilsTest-new_part-XXXXXX", true}; 151 ScopedTempFile tmp_blob_file_{"DeltaDiffUtilsTest-blob-XXXXXX", true};
|
H A D | payload_generation_config_android_unittest.cc | 141 ScopedTempFile temp_file_{"PayloadGenerationConfigAndroidTest.XXXXXX"};
|
H A D | ext2_filesystem_unittest.cc | 65 ScopedTempFile fs_filename_{"Ext2FilesystemTest-XXXXXX"}; in TEST_F()
|
/aosp12/system/update_engine/common/ |
H A D | utils.h | 396 class ScopedTempFile { 398 ScopedTempFile() : ScopedTempFile("update_engine_temp.XXXXXX") {} in ScopedTempFile() function 403 explicit ScopedTempFile(const std::string& pattern, 416 virtual ~ScopedTempFile() = default; 435 DISALLOW_COPY_AND_ASSIGN(ScopedTempFile);
|
H A D | utils_unittest.cc | 49 ScopedTempFile file; in TEST() 63 ScopedTempFile file; in TEST() 152 ScopedTempFile file; in GetFileFormatTester() 381 ScopedTempFile tmp_image("img.XXXXXX"); in TEST() 421 ScopedTempFile file; in TEST() 463 ScopedTempFile file; in TEST()
|
H A D | hash_calculator_unittest.cc | 107 ScopedTempFile data_file("data.XXXXXX"); in TEST_F() 129 ScopedTempFile data_file("data.XXXXXX"); in TEST_F()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | partition_writer_unittest.cc | 84 ScopedTempFile source_partition("Blob-XXXXXX"); in PerformSourceCopyOp() 91 ScopedTempFile target_partition("Blob-XXXXXX"); in PerformSourceCopyOp() 124 ScopedTempFile source("Source-XXXXXX"); in TEST_F() 176 ScopedTempFile source("Source-XXXXXX"); in TEST_F()
|
H A D | delta_performer_integration_test.cc | 84 unique_ptr<ScopedTempFile> a_img; 85 unique_ptr<ScopedTempFile> b_img; 86 unique_ptr<ScopedTempFile> result_img; 89 unique_ptr<ScopedTempFile> delta_file; 95 unique_ptr<ScopedTempFile> old_kernel; 98 unique_ptr<ScopedTempFile> new_kernel; 101 unique_ptr<ScopedTempFile> result_kernel; 279 list<ScopedTempFile> sig_files, metadata_sig_files; in SignGeneratedShellPayloadWithKeys() 401 state->a_img.reset(new ScopedTempFile("a_img.XXXXXX")); in GenerateDeltaFile() 402 state->b_img.reset(new ScopedTempFile("b_img.XXXXXX")); in GenerateDeltaFile() [all …]
|
H A D | file_writer_unittest.cc | 38 ScopedTempFile file("FileWriterTest-XXXXXX"); in TEST() 62 ScopedTempFile file("FileWriterTest-XXXXXX"); in TEST()
|
H A D | filesystem_verifier_action_unittest.cc | 198 static ScopedTempFile source_part_; 199 static ScopedTempFile target_part_; 203 ScopedTempFile FilesystemVerifierActionTest::source_part_{ 205 ScopedTempFile FilesystemVerifierActionTest::target_part_{ 256 ScopedTempFile a_loop_file("a_loop_file.XXXXXX"); in DoTest() 442 ScopedTempFile part_file("part_file.XXXXXX"); in TEST_F() 503 ScopedTempFile part_file("part_file.XXXXXX"); in TEST_F()
|
H A D | cow_writer_file_descriptor_unittest.cc | 65 ScopedTempFile cow_source_file_{"cow_source.XXXXXX", true}; 66 ScopedTempFile cow_device_file_{"cow_device.XXXXXX", true};
|
H A D | delta_performer_unittest.cc | 211 ScopedTempFile blob_file("Blob-XXXXXX"); in GeneratePayload() 245 ScopedTempFile payload_file("Payload-XXXXXX"); in GeneratePayload() 304 ScopedTempFile new_part("Partition-XXXXXX"); in ApplyPayloadToData() 591 ScopedTempFile source("Source-XXXXXX"); in TEST_F() 619 ScopedTempFile source("Source-XXXXXX"); in TEST_F() 647 ScopedTempFile source("Source-XXXXXX"); in TEST_F() 1164 ScopedTempFile source("Source-XXXXXX"); in TEST_F()
|
H A D | bzip_extent_writer_unittest.cc | 51 ScopedTempFile temp_file_{"BzipExtentWriterTest-file.XXXXXX"};
|
H A D | file_descriptor_utils_unittest.cc | 72 ScopedTempFile tgt_file_{"fd_tgt.XXXXXX"};
|
H A D | extent_reader_unittest.cc | 75 ScopedTempFile temp_file_{"ExtentReaderTest-file.XXXXXX"};
|
/aosp12/system/update_engine/ |
H A D | download_action_android_unittest.cc | 105 ScopedTempFile partition_file("part-system-XXXXXX", true); in TEST_F() 111 ScopedTempFile blob_file("Blob-XXXXXX"); in TEST_F() 112 ScopedTempFile manifest_file("Manifest-XXXXXX"); in TEST_F()
|
/aosp12/system/update_engine/cros/ |
H A D | download_action_chromeos_unittest.cc | 136 ScopedTempFile output_temp_file; in TestWithData() 354 ScopedTempFile temp_file; in TestTerminateEarly() 547 ScopedTempFile output_temp_file; in StartDownload()
|