Searched refs:partition_file (Results 1 – 2 of 2) sorted by relevance
105 ScopedTempFile partition_file("part-system-XXXXXX", true); in TEST_F() local106 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()
62 target_partition = Partition(partition_file.path, target_size, target_sha1); in SetUp()91 TemporaryFile partition_file; member in ApplyPatchTest