Home
last modified time | relevance | path

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

/aosp12/system/update_engine/
H A Ddownload_action_android_unittest.cc105 ScopedTempFile partition_file("part-system-XXXXXX", true); in TEST_F() local
106 ftruncate(partition_file.fd(), 4096); in TEST_F()
108 partition_config.path = partition_file.path(); in TEST_F()
154 install_part.source_path = partition_file.path(); in TEST_F()
155 install_part.target_path = partition_file.path(); in TEST_F()
/aosp12/bootable/recovery/tests/unit/
H A Dapplypatch_test.cpp62 target_partition = Partition(partition_file.path, target_size, target_sha1); in SetUp()
91 TemporaryFile partition_file; member in ApplyPatchTest