Searched refs:oat_fd (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | oat_file_assistant.h | 121 int oat_fd, 318 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() 951 int oat_fd) { in Reset() argument 957 oat_fd_ = oat_fd; in Reset()
|
D | oat_file.cc | 121 int oat_fd, 157 virtual bool Load(int oat_fd, 237 int oat_fd, in OpenOatFile() argument 248 if (!ret->Load(oat_fd, in OpenOatFile() 999 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() 1394 bool Load(int oat_fd, 1460 bool ElfOatFile::Load(int oat_fd, in Load() argument 1467 if (oat_fd != -1) { in Load() 1468 int duped_fd = DupCloexec(oat_fd); in Load() 1573 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() [all …]
|
D | oat_file.h | 152 int oat_fd,
|