Home
last modified time | relevance | path

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

/art/libartpalette/apex/
Dpalette.cc176 int vdex_fd) { in PaletteNotifyStartDex2oatCompilation()
185 int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
/art/runtime/
Doat_file_assistant.cc99 int vdex_fd, in OatFileAssistant()
964 int vdex_fd, in Reset()
Doat_file.cc238 int vdex_fd, in OpenOatFile()
314 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex()
1894 int vdex_fd, in Open()
Doat_file_assistant_test.cc470 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local
509 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local
/art/runtime/gc/space/
Dimage_space.cc1410 mutable android::base::unique_fd vdex_fd; member
1935 android::base::unique_fd vdex_fd(memfd_create_compat(vdex_filename.c_str(), /*flags=*/ 0)); in CompileExtension() local
2811 android::base::unique_fd vdex_fd, in OpenOatFile()