Searched defs:part_path (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc97 string part_path; local
100 part_path = partition.source_path;
104 part_path = partition.target_path;
109 << partition.name << ") on device " << part_path;
110 if (part_path.empty())
115 base::FilePath(part_path),
121 LOG(ERROR) << "Unable to open " << part_path << " for reading";
/system/update_engine/payload_generator/
H A Dab_generator_unittest.cc61 string part_path; local
63 "SplitReplaceOrReplaceBzTest_part.XXXXXX", &part_path, nullptr));
64 ScopedPathUnlinker part_path_unlinker(part_path);
77 ASSERT_TRUE(utils::WriteFile(part_path.c_str(), part_data.data(), part_size));
129 version, aop, part_path, &result_ops, &blob_file));
215 string part_path; local
217 "MergeReplaceOrReplaceBzTest_part.XXXXXX", &part_path, nullptr));
218 ScopedPathUnlinker part_path_unlinker(part_path);
231 ASSERT_TRUE(utils::WriteFile(part_path.c_str(), part_data.data(), part_size));
296 ABGenerator::MergeOperations(&aops, version, 5, part_path,
[all...]
H A Ddeflate_utils.cc60 bool IsSquashfsImage(const string& part_path, argument
68 utils::ReadFileChunk(part_path,
H A Ddelta_diff_utils_unittest.cc44 // |part_path|. The |data| size could be smaller than the size of the blocks
46 bool WriteExtents(const string& part_path, argument
51 base::ScopedFILE fp(fopen(part_path.c_str(), "r+"));

Completed in 218 milliseconds