Searched defs:vdex_fd (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/libartpalette/apex/ |
H A D | palette.cc | 176 int vdex_fd) { in PaletteNotifyStartDex2oatCompilation() 185 int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
|
/aosp12/art/runtime/ |
H A D | oat_file_assistant.cc | 99 int vdex_fd, in OatFileAssistant() 964 int vdex_fd, in Reset()
|
H A D | oat_file.cc | 238 int vdex_fd, in OpenOatFile() 314 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() 1894 int vdex_fd, in Open()
|
H A D | oat_file_assistant_test.cc | 470 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 D | image_space.cc | 1410 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 D | dexopt.cpp | 1178 int vdex_fd, in RunDexoptAnalyzer()
|