Home
last modified time | relevance | path

Searched refs:image_offset (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/liblp/include/liblp/
Dsuper_layout_builder.h46 uint64_t image_offset) in SuperImageExtent()
49 this->image_offset = image_offset; in SuperImageExtent()
68 uint64_t image_offset = 0; member
/system/core/fs_mgr/liblp/
Dsuper_layout_builder.cpp174 uint64_t image_offset = 0; in GetImageLayout() local
187 extents.emplace_back(super_offset, size, image_name, image_offset); in GetImageLayout()
189 image_offset += size; in GetImageLayout()
213 return image_name == other.image_name && image_offset == other.image_offset; in operator ==()
226 stream << "partition:" << extent.image_name << ":" << extent.image_offset; in operator <<()
/system/apex/apexd/
Dapex_file.h65 const std::optional<uint32_t>& image_offset, in ApexFile() argument
70 image_offset_(image_offset), in ApexFile()
Dapex_file.cpp66 Result<std::string> RetrieveFsType(borrowed_fd fd, uint32_t image_offset) { in RetrieveFsType() argument
69 if (!ReadFullyAtOffset(fd, buf, fs.len, image_offset + fs.offset)) { in RetrieveFsType()
82 std::optional<uint32_t> image_offset; in Open() local
120 image_offset = entry.offset; in Open()
123 auto fs_type_result = RetrieveFsType(fd, image_offset.value()); in Open()
176 return ApexFile(realpath, image_offset, image_size, std::move(*manifest), in Open()
Dapexd_loop.cpp325 const uint32_t image_offset, in ConfigureLoopDevice() argument
376 li.lo_offset = image_offset; in ConfigureLoopDevice()
477 uint32_t image_offset, in CreateLoopDevice() argument
500 loop_device->device_fd.get(), target, image_offset, image_size); in CreateLoopDevice()
509 const std::string& target, uint32_t image_offset, size_t image_size) { in CreateAndConfigureLoopDevice() argument
518 auto loop_device = CreateLoopDevice(target, image_offset, image_size); in CreateAndConfigureLoopDevice()
Dapexd_loop.h68 const std::string& target, uint32_t image_offset, size_t image_size);
/system/core/fastboot/
Dsuper_flash_helper.cpp111 rv = sparse_file_add_fd(s.get(), iter->second.get(), extent.image_offset, in GetSparseLayout()