Searched refs:oat_fd (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | oat_file_assistant.h | 121 int oat_fd, 313 int oat_fd = -1);
|
D | oat_file_assistant.cc | 95 int oat_fd, in OatFileAssistant() argument 106 CHECK_LE(oat_fd, 0) << "zip_fd must be provided with valid oat_fd. zip_fd=" << zip_fd in OatFileAssistant() 107 << " oat_fd=" << oat_fd; in OatFileAssistant() 124 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); in OatFileAssistant() 924 int oat_fd) { in Reset() argument 930 oat_fd_ = oat_fd; in Reset()
|
D | oat_file.cc | 121 int oat_fd, 157 virtual bool Load(int oat_fd, 238 int oat_fd, in OpenOatFile() argument 249 if (!ret->Load(oat_fd, in OpenOatFile() 1000 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() 1398 bool Load(int oat_fd, 1464 bool ElfOatFile::Load(int oat_fd, in Load() argument 1471 if (oat_fd != -1) { in Load() 1472 int duped_fd = DupCloexec(oat_fd); in Load() 1586 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() [all …]
|
D | oat_file.h | 152 int oat_fd,
|
/art/runtime/gc/space/ |
D | image_space.cc | 1644 mutable android::base::unique_fd oat_fd; member 2184 android::base::unique_fd oat_fd(memfd_create_compat(oat_filename.c_str(), /*flags=*/ 0)); in CompileExtension() local 2185 if (art_fd.get() == -1 || vdex_fd.get() == -1 || oat_fd.get() == -1) { in CompileExtension() 2218 args.push_back("--oat-fd=" + std::to_string(oat_fd.get())); in CompileExtension() 2280 chunk.oat_fd.reset(oat_fd.release()); in CompileExtension() 3117 android::base::unique_fd oat_fd, in OpenOatFile() argument 3138 DCHECK_EQ(vdex_fd.get() != -1, oat_fd.get() != -1); in OpenOatFile() 3151 oat_fd.get(), in OpenOatFile() 3349 std::move(chunk.oat_fd), in LoadComponents()
|