Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h121 int oat_fd,
318 int oat_fd = -1);
Doat_file_assistant.cc95 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()
Doat_file.cc121 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 …]
Doat_file.h152 int oat_fd,