Searched defs:vdex_fd (Results 1 – 6 of 6) sorted by relevance
/art/libartpalette/apex/ |
D | palette.cc | 178 int vdex_fd) { in PaletteNotifyStartDex2oatCompilation() 187 int vdex_fd) { in PaletteNotifyEndDex2oatCompilation()
|
/art/runtime/gc/space/ |
D | image_space.h | 340 mutable android::base::unique_fd vdex_fd; member
|
D | image_space.cc | 1746 int vdex_fd = in ValidateOatFile() local 1940 android::base::unique_fd vdex_fd(memfd_create_compat(vdex_filename.c_str(), /*flags=*/ 0)); in CompileBootclasspathElements() local 2833 android::base::unique_fd vdex_fd, in OpenOatFile() 3116 android::base::unique_fd vdex_fd; in LoadComponents() local
|
/art/runtime/ |
D | oat_file_assistant.cc | 114 int vdex_fd, in OatFileAssistant() 1249 const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) { in Reset()
|
D | oat_file.cc | 241 int vdex_fd, in OpenOatFile() 300 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() 1968 int vdex_fd, in Open()
|
D | oat_file_assistant_test.cc | 208 int vdex_fd = -1, in CreateOatFileAssistant() 630 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local 679 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P() local
|