Searched refs:image_offset (Results 1 – 4 of 4) sorted by relevance
/system/apex/apexd/ |
D | apex_file.h | 62 const std::optional<int32_t>& image_offset, in ApexFile() argument 67 image_offset_(image_offset), in ApexFile()
|
D | apex_file.cpp | 65 Result<std::string> RetrieveFsType(borrowed_fd fd, int32_t image_offset) { in RetrieveFsType() argument 68 if (!ReadFullyAtOffset(fd, buf, fs.len, image_offset + fs.offset)) { in RetrieveFsType() 81 std::optional<int32_t> image_offset; in Open() local 118 image_offset = entry.offset; in Open() 121 auto fs_type_result = RetrieveFsType(fd, image_offset.value()); in Open() 174 return ApexFile(realpath, image_offset, image_size, std::move(*manifest), in Open()
|
D | apexd_loop.cpp | 162 const int32_t image_offset, in ConfigureLoopDevice() argument 211 li.lo_offset = image_offset; in ConfigureLoopDevice() 305 const int32_t image_offset, in CreateLoopDevice() argument 326 loop_device->device_fd.get(), target, image_offset, image_size); in CreateLoopDevice()
|
D | apexd_loop.h | 63 const std::string& target, const int32_t image_offset,
|