Home
last modified time | relevance | path

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

/aosp12/system/extras/partition_tools/
H A Dlpunpack.cc175 ImageExtractor::ImageExtractor(unique_fd&& image_fd, std::unique_ptr<LpMetadata>&& metadata, in ImageExtractor()
254 SparseWriter::SparseWriter(int output_fd, int image_fd, uint32_t block_size) in SparseWriter()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp284 unique_fd image_fd(open(image_path_.c_str(), O_WRONLY)); in SetupImages() local
480 unique_fd image_fd(open(image_path.c_str(), O_RDONLY)); variable
/aosp12/art/dex2oat/
H A Ddex2oat.cc2433 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc385 bool ImageWriter::Write(int image_fd, in Write()