Searched defs:vdex_fd (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/libartpalette/system/ |
H A D | palette_fake.cc | 98 [[maybe_unused]] int vdex_fd) { in PaletteNotifyStartDex2oatCompilation() 105 [[maybe_unused]] int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
|
/aosp_15_r20/art/libartpalette/apex/ |
H A D | palette.cc | 179 int vdex_fd) { in PaletteNotifyStartDex2oatCompilation() 188 int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_assistant.cc | 110 int vdex_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.cc | 257 int vdex_fd, in OpenOatFile() 316 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() 1995 int vdex_fd, in Open()
|
H A D | oat_file_assistant_test.cc | 212 int vdex_fd = -1, in CreateOatFileAssistant() 653 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 702 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space.h | 341 mutable android::base::unique_fd vdex_fd; member
|
H A D | image_space.cc | 1776 int vdex_fd = bcp_index < boot_class_path_vdex_files_.size() in ValidateOatFile() local 1972 android::base::unique_fd vdex_fd(memfd_create_compat(vdex_filename.c_str(), /*flags=*/ 0)); in CompileBootclasspathElements() local 2861 android::base::unique_fd vdex_fd, in OpenOatFile() 3146 android::base::unique_fd vdex_fd; in LoadComponents() local
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 1259 int vdex_fd, in RunDexoptAnalyzer()
|