Home
last modified time | relevance | path

Searched refs:ReadExtents (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_generator/
Dab_generator.cc279 TEST_AND_RETURN_FALSE(utils::ReadExtents(target_part_path, in AddDataAndSetType()
313 TEST_AND_RETURN_FALSE(utils::ReadExtents( in AddSourceHash()
Ddelta_diff_utils.cc581 TEST_AND_RETURN_FALSE(utils::ReadExtents(new_part, in ReadExtentsToDiff()
602 utils::ReadExtents(old_part, src_extents, &old_data, in ReadExtentsToDiff()
Dext2_filesystem.cc347 if (!utils::ReadExtents(filename_, extents, &blob, physical_size, in LoadSettings()
/system/update_engine/common/
Dutils.h365 bool ReadExtents(const std::string& path, const std::vector<Extent>& extents,
Dutils.cc1203 bool ReadExtents(const string& path, const vector<Extent>& extents, in ReadExtents() function