Home
last modified time | relevance | path

Searched defs:ReadExtents (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/update_engine/common/
H A Dutils.cc1048 bool ReadExtents(const std::string& path, in ReadExtents() function
1075 bool ReadExtents(const std::string& path, in ReadExtents() function
1085 bool ReadExtents(FileDescriptorPtr fd, in ReadExtents() function
1096 bool ReadExtents(FileDescriptorPtr fd, in ReadExtents() function
H A Dutils.h349 constexpr bool ReadExtents(const std::string& path, in ReadExtents() function
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dextent_reader_unittest.cc64 void ReadExtents(vector<Extent> extents, brillo::Blob* blob) { in ReadExtents() function in chromeos_update_engine::ExtentReaderTest