Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc100 string part_path; in StartPartitionHashing() local
103 part_path = partition.source_path; in StartPartitionHashing()
107 part_path = partition.target_path; in StartPartitionHashing()
112 << partition.name << ") on device " << part_path; in StartPartitionHashing()
113 if (part_path.empty()) in StartPartitionHashing()
118 base::FilePath(part_path), in StartPartitionHashing()
124 LOG(ERROR) << "Unable to open " << part_path << " for reading"; in StartPartitionHashing()
/system/update_engine/payload_generator/
Dab_generator_unittest.cc59 string part_path; in TestSplitReplaceOrReplaceBzOperation() local
61 "SplitReplaceOrReplaceBzTest_part.XXXXXX", &part_path, nullptr)); in TestSplitReplaceOrReplaceBzOperation()
62 ScopedPathUnlinker part_path_unlinker(part_path); in TestSplitReplaceOrReplaceBzOperation()
75 ASSERT_TRUE(utils::WriteFile(part_path.c_str(), part_data.data(), part_size)); in TestSplitReplaceOrReplaceBzOperation()
128 version, aop, part_path, &result_ops, &blob_file)); in TestSplitReplaceOrReplaceBzOperation()
212 string part_path; in TestMergeReplaceOrReplaceBzOperations() local
214 "MergeReplaceOrReplaceBzTest_part.XXXXXX", &part_path, nullptr)); in TestMergeReplaceOrReplaceBzOperations()
215 ScopedPathUnlinker part_path_unlinker(part_path); in TestMergeReplaceOrReplaceBzOperations()
228 ASSERT_TRUE(utils::WriteFile(part_path.c_str(), part_data.data(), part_size)); in TestMergeReplaceOrReplaceBzOperations()
296 ABGenerator::MergeOperations(&aops, version, 5, part_path, &blob_file)); in TestMergeReplaceOrReplaceBzOperations()
Ddelta_diff_utils_unittest.cc46 bool WriteExtents(const string& part_path, in WriteExtents() argument
51 base::ScopedFILE fp(fopen(part_path.c_str(), "r+")); in WriteExtents()