Searched defs:oat_fd (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/libartpalette/system/ |
H A D | palette_fake.cc | 97 [[maybe_unused]] int oat_fd, in PaletteNotifyStartDex2oatCompilation() 104 [[maybe_unused]] int oat_fd, in PaletteNotifyEndDex2oatCompilation()
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file.cc | 258 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 D | oat_file_assistant.cc | 111 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 D | oat_file_assistant_test.cc | 213 int oat_fd = -1, in CreateOatFileAssistant()
|
/aosp_15_r20/art/libartpalette/apex/ |
H A D | palette.cc | 178 int oat_fd, in PaletteNotifyStartDex2oatCompilation() 187 int oat_fd, in PaletteNotifyEndDex2oatCompilation()
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space.h | 342 mutable android::base::unique_fd oat_fd; member
|
H A D | image_space.cc | 1773 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 D | dexopt.cpp | 1260 int oat_fd, in RunDexoptAnalyzer()
|