Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file.h62 const std::optional<int32_t>& image_offset, in ApexFile() argument
67 image_offset_(image_offset), in ApexFile()
Dapex_file.cpp65 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()
Dapexd_loop.cpp162 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()
Dapexd_loop.h63 const std::string& target, const int32_t image_offset,