Home
last modified time | relevance | path

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

/art/libartpalette/system/
Dpalette_fake.cc97 [[maybe_unused]] int oat_fd, in PaletteNotifyStartDex2oatCompilation()
104 [[maybe_unused]] int oat_fd, in PaletteNotifyEndDex2oatCompilation()
/art/libartpalette/apex/
Dpalette.cc178 int oat_fd, in PaletteNotifyStartDex2oatCompilation()
187 int oat_fd, in PaletteNotifyEndDex2oatCompilation()
/art/runtime/oat/
Doat_file.cc258 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()
Doat_file_assistant.cc112 int oat_fd, in OatFileAssistant()
1248 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
Doat_file_assistant_test.cc213 int oat_fd = -1, in CreateOatFileAssistant()
/art/runtime/gc/space/
Dimage_space.h342 mutable android::base::unique_fd oat_fd; member
Dimage_space.cc1759 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