Home
last modified time | relevance | path

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

/aosp_15_r20/art/libartpalette/system/
H A Dpalette_fake.cc97 [[maybe_unused]] int oat_fd, in PaletteNotifyStartDex2oatCompilation()
104 [[maybe_unused]] int oat_fd, in PaletteNotifyEndDex2oatCompilation()
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc258 int oat_fd, in OpenOatFile()
1161 bool Load([[maybe_unused]] int oat_fd, in Load()
1674 bool ElfOatFile::Load(int oat_fd, in Load()
1887 bool Load([[maybe_unused]] int oat_fd, in Load()
1996 int oat_fd, in Open()
H A Doat_file_assistant.cc111 int oat_fd, in OatFileAssistant()
1259 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
H A Doat_file_assistant_test.cc213 int oat_fd = -1, in CreateOatFileAssistant()
/aosp_15_r20/art/libartpalette/apex/
H A Dpalette.cc178 int oat_fd, in PaletteNotifyStartDex2oatCompilation()
187 int oat_fd, in PaletteNotifyEndDex2oatCompilation()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h342 mutable android::base::unique_fd oat_fd; member
H A Dimage_space.cc1773 int oat_fd = bcp_index < boot_class_path_oat_files_.size() in ValidateOatFile() local
1973 android::base::unique_fd oat_fd(memfd_create_compat(oat_filename.c_str(), /*flags=*/ 0)); in CompileBootclasspathElements() local
2862 android::base::unique_fd oat_fd, in OpenOatFile()
3147 android::base::unique_fd oat_fd; in LoadComponents() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp1260 int oat_fd, in RunDexoptAnalyzer()