Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc93 int vdex_fd, in OatFileAssistant()
956 int vdex_fd, in Reset()
Doat_file.cc231 int vdex_fd, in OpenOatFile()
290 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex()
1650 int vdex_fd, in Open()
Doat_file_assistant_test.cc383 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local
421 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local