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 | 94 int oat_fd, in OatFileAssistant() argument 105 CHECK_LE(oat_fd, 0) << "zip_fd must be provided with valid oat_fd. zip_fd=" << zip_fd in OatFileAssistant() 106 << " oat_fd=" << oat_fd; in OatFileAssistant() 123 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); in OatFileAssistant() 957 int oat_fd) { in Reset() argument 963 oat_fd_ = oat_fd; in Reset()
|
D | oat_file.cc | 120 int oat_fd, 156 virtual bool Load(int oat_fd, 232 int oat_fd, in OpenOatFile() argument 243 if (!ret->Load(oat_fd, in OpenOatFile() 919 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() 1262 bool Load(int oat_fd, 1362 bool ElfOatFile::Load(int oat_fd, in Load() argument 1369 if (oat_fd != -1) { in Load() 1370 int duped_fd = DupCloexec(oat_fd); in Load() 1471 bool Load(int oat_fd ATTRIBUTE_UNUSED, in Load() [all …]
|
D | oat_file.h | 103 int oat_fd,
|