Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h145 bool Write(int image_fd,
Dimage_writer.cc430 bool ImageWriter::Write(int image_fd, in Write() argument
436 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()
/art/dex2oat/
Ddex2oat.cc2437 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting() local
2438 if (image_fd != -1) { in ScopedDex2oatReporting()
2439 image_dup_fd_.reset(DupCloexecOrError(image_fd)); in ScopedDex2oatReporting()
/art/runtime/gc/space/
Dimage_space.cc3167 android::base::unique_fd image_fd; in LoadComponents() local
3170 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()