Searched refs:image_fd (Results 1 – 4 of 4) sorted by relevance
156 bool Write(int image_fd,
555 bool ImageWriter::Write(int image_fd, in Write() argument561 if (image_fd != File::kInvalidFd) { in Write()601 if (image_fd != File::kInvalidFd) { in Write()603 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage)); in Write()619 if (image_fd == -1 && !compiler_options_.IsAppImage() && fchmod(image_file->Fd(), 0644) != 0) { in Write()
2447 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting() local2448 if (image_fd != -1) { in ScopedDex2oatReporting()2449 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()
3048 android::base::unique_fd image_fd; in LoadComponents() local3051 image_fd = std::move(chunk.art_fd); in LoadComponents()3057 image_fd.reset(DupCloexec(arg_image_fd)); in LoadComponents()3063 std::move(image_fd), in LoadComponents()