Searched refs:image_fd (Results 1 – 4 of 4) sorted by relevance
145 bool Write(int image_fd,
430 bool ImageWriter::Write(int image_fd, in Write() argument436 if (image_fd != File::kInvalidFd) { in Write()475 if (image_fd != File::kInvalidFd) { in Write()477 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage)); in Write()493 if (image_fd == -1 && !compiler_options_.IsAppImage() && fchmod(image_file->Fd(), 0644) != 0) { in Write()
2437 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting() local2438 if (image_fd != -1) { in ScopedDex2oatReporting()2439 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()
3167 android::base::unique_fd image_fd; in LoadComponents() local3170 image_fd = std::move(chunk.art_fd); in LoadComponents()3176 image_fd.reset(DupCloexec(arg_image_fd)); in LoadComponents()3182 std::move(image_fd), in LoadComponents()