Home
last modified time | relevance | path

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

/aosp12/art/libartpalette/apex/
H A Dpalette.cc176 int vdex_fd) { in PaletteNotifyStartDex2oatCompilation()
185 int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
/aosp12/art/runtime/
H A Doat_file_assistant.cc99 int vdex_fd, in OatFileAssistant()
964 int vdex_fd, in Reset()
H A Doat_file.cc238 int vdex_fd, in OpenOatFile()
314 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex()
1894 int vdex_fd, in Open()
H A 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
/aosp12/art/runtime/gc/space/
H A 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()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp1178 int vdex_fd, in RunDexoptAnalyzer()