Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h120 int vdex_fd,
317 int vdex_fd = -1,
Doat_file_assistant.cc93 int vdex_fd, in OatFileAssistant() argument
107 CHECK_LE(vdex_fd, 0) << "zip_fd must be provided with valid vdex_fd. zip_fd=" << zip_fd in OatFileAssistant()
108 << " vdex_fd=" << vdex_fd;; in OatFileAssistant()
123 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd); in OatFileAssistant()
956 int vdex_fd, in Reset() argument
962 vdex_fd_ = vdex_fd; in Reset()
Doat_file.cc119 int vdex_fd,
143 bool LoadVdex(int vdex_fd,
231 int vdex_fd, in OpenOatFile() argument
258 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile()
290 bool OatFileBase::LoadVdex(int vdex_fd, in LoadVdex() argument
295 if (vdex_fd != -1) { in LoadVdex()
297 int rc = TEMP_FAILURE_RETRY(fstat(vdex_fd, &s)); in LoadVdex()
304 vdex_fd, in LoadVdex()
1650 int vdex_fd, in Open() argument
1663 vdex_fd, in Open()
Doat_file.h102 int vdex_fd,
Doat_file_assistant_test.cc383 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local
390 vdex_fd.get(), in TEST_F()
421 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() local
428 vdex_fd.get(), in TEST_F()