Home
last modified time | relevance | path

Searched defs:oat_fd (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file_assistant.cc95 int oat_fd, in OatFileAssistant()
924 int oat_fd) { in Reset()
Doat_file.cc238 int oat_fd, in OpenOatFile()
1464 bool ElfOatFile::Load(int oat_fd, in Load()
1688 int oat_fd, in Open()
/art/runtime/gc/space/
Dimage_space.cc1644 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
3117 android::base::unique_fd oat_fd, in OpenOatFile()