Home
last modified time | relevance | path

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

/art/libartpalette/system/
Dpalette_fake.cc98 [[maybe_unused]] int vdex_fd) { in PaletteNotifyStartDex2oatCompilation()
105 [[maybe_unused]] int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
/art/libartpalette/apex/
Dpalette.cc179 int vdex_fd) { in PaletteNotifyStartDex2oatCompilation()
188 int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
/art/runtime/gc/space/
Dimage_space.h341 mutable android::base::unique_fd vdex_fd; member
Dimage_space.cc1762 int vdex_fd = bcp_index < boot_class_path_vdex_files_.size() in ValidateOatFile() local
1958 android::base::unique_fd vdex_fd(memfd_create_compat(vdex_filename.c_str(), /*flags=*/ 0)); in CompileBootclasspathElements() local
2847 android::base::unique_fd vdex_fd, in OpenOatFile()
3132 android::base::unique_fd vdex_fd; in LoadComponents() local
/art/runtime/oat/
Doat_file_assistant.cc111 int vdex_fd, in OatFileAssistant()
1248 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
Doat_file.cc257 int vdex_fd, in OpenOatFile()
316 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex()
1975 int vdex_fd, in Open()
Doat_file_assistant_test.cc212 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