Home
last modified time | relevance | path

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

/art/libartpalette/apex/
Dpalette.cc177 int oat_fd, in PaletteNotifyStartDex2oatCompilation()
186 int oat_fd, in PaletteNotifyEndDex2oatCompilation()
/art/runtime/gc/space/
Dimage_space.h341 mutable android::base::unique_fd oat_fd; member
Dimage_space.cc1744 int oat_fd = in ValidateOatFile() local
1941 android::base::unique_fd oat_fd(memfd_create_compat(oat_filename.c_str(), /*flags=*/ 0)); in CompileBootclasspathElements() local
2834 android::base::unique_fd oat_fd, in OpenOatFile()
3117 android::base::unique_fd oat_fd; in LoadComponents() local
/art/runtime/
Doat_file_assistant.cc115 int oat_fd, in OatFileAssistant()
1249 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
Doat_file.cc242 int oat_fd, in OpenOatFile()
1659 bool ElfOatFile::Load(int oat_fd, in Load()
1969 int oat_fd, in Open()
Doat_file_assistant_test.cc209 int oat_fd = -1, in CreateOatFileAssistant()