Searched refs:ReadExtents (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/payload_generator/ |
D | ab_generator.cc | 282 TEST_AND_RETURN_FALSE(utils::ReadExtents(target_part_path, in AddDataAndSetType() 316 TEST_AND_RETURN_FALSE(utils::ReadExtents( in AddSourceHash()
|
D | ext2_filesystem.cc | 351 if (!utils::ReadExtents(filename_, extents, &blob, physical_size, in LoadSettings()
|
D | delta_diff_utils.cc | 685 TEST_AND_RETURN_FALSE(utils::ReadExtents(new_part, in ReadExtentsToDiff() 706 utils::ReadExtents(old_part, src_extents, &old_data, in ReadExtentsToDiff()
|
/system/update_engine/common/ |
D | utils.h | 318 bool ReadExtents(const std::string& path, const std::vector<Extent>& extents,
|
D | utils.cc | 1051 bool ReadExtents(const string& path, const vector<Extent>& extents, in ReadExtents() function
|