Home
last modified time | relevance | path

Searched defs:image_fd (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/extras/partition_tools/
H A Dlpunpack.cc283 bool SparseWriter::WriteExtent(borrowed_fd image_fd, const LpMetadataExtent& extent) { in WriteExtent()
/aosp_15_r20/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp116 static std::string VerifyHashtree(int image_fd, uint64_t image_size, in VerifyHashtree()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2455 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting() local
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc556 bool ImageWriter::Write(int image_fd, in Write()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc3062 android::base::unique_fd image_fd; in LoadComponents() local