HomeSort by relevance Sort by last modified time
    Searched refs:vdex_fd (Results 1 - 6 of 6) sorted by null

  /art/runtime/
oat_file_assistant.h 131 // provided, vdex, oat, and zip files will be read from vdex_fd, oat_fd and zip_fd respectively.
137 int vdex_fd,
384 int vdex_fd = -1,
oat_file_assistant.cc 83 -1 /* vdex_fd */,
92 int vdex_fd,
106 CHECK_LE(vdex_fd, 0) << "zip_fd must be provided with valid vdex_fd. zip_fd=" << zip_fd
107 << " vdex_fd=" << vdex_fd;; local
122 odex_.Reset(odex_file_name, UseFdToReadFiles(), zip_fd, vdex_fd, oat_fd);
    [all...]
oat_file.cc 114 int vdex_fd,
139 bool LoadVdex(int vdex_fd,
229 int vdex_fd,
255 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) {
289 bool OatFileBase::LoadVdex(int vdex_fd,
294 if (vdex_fd != -1) {
296 int rc = TEMP_FAILURE_RETRY(fstat(vdex_fd, &s));
303 vdex_fd,
    [all...]
oat_file.h 101 int vdex_fd,
oat_file_assistant_test.cc 272 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY));
279 vdex_fd.get(),
312 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY));
319 vdex_fd.get(),
354 -1 /* vdex_fd */,
378 -1 /* vdex_fd */,
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp     [all...]

Completed in 84 milliseconds