Searched defs:oat_fd (Results 1 – 7 of 7) sorted by relevance
/art/libartpalette/system/ |
D | palette_fake.cc | 97 [[maybe_unused]] int oat_fd, in PaletteNotifyStartDex2oatCompilation() 104 [[maybe_unused]] int oat_fd, in PaletteNotifyEndDex2oatCompilation()
|
/art/libartpalette/apex/ |
D | palette.cc | 178 int oat_fd, in PaletteNotifyStartDex2oatCompilation() 187 int oat_fd, in PaletteNotifyEndDex2oatCompilation()
|
/art/runtime/oat/ |
D | oat_file.cc | 258 int oat_fd, in OpenOatFile() 1161 bool Load([[maybe_unused]] int oat_fd, in Load() 1660 bool ElfOatFile::Load(int oat_fd, in Load() 1873 bool Load([[maybe_unused]] int oat_fd, in Load() 1976 int oat_fd, in Open()
|
D | oat_file_assistant.cc | 112 int oat_fd, in OatFileAssistant() 1248 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
|
D | oat_file_assistant_test.cc | 213 int oat_fd = -1, in CreateOatFileAssistant()
|
/art/runtime/gc/space/ |
D | image_space.h | 342 mutable android::base::unique_fd oat_fd; member
|
D | image_space.cc | 1759 int oat_fd = bcp_index < boot_class_path_oat_files_.size() in ValidateOatFile() local 1959 android::base::unique_fd oat_fd(memfd_create_compat(oat_filename.c_str(), /*flags=*/ 0)); in CompileBootclasspathElements() local 2848 android::base::unique_fd oat_fd, in OpenOatFile() 3133 android::base::unique_fd oat_fd; in LoadComponents() local
|