Searched defs:vdex_fd (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file_assistant.cc83 -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);
1249 int vdex_fd,
1255 vdex_fd_ = vdex_fd;
88 OatFileAssistant(const char* dex_location, const InstructionSet isa, bool load_executable, bool only_load_system_executable, int vdex_fd, int oat_fd, int zip_fd) argument
1246 Reset(const std::string& filename, bool use_fd, int zip_fd, int vdex_fd, int oat_fd) argument
H A Doat_file.cc114 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, argument
294 if (vdex_fd != -1) {
296 int rc = TEMP_FAILURE_RETRY(fstat(vdex_fd, &s));
303 vdex_fd,
1476 int vdex_fd,
1490 vdex_fd,
228 OpenOatFile(int zip_fd, int vdex_fd, int oat_fd, const std::string& vdex_location, const std::string& oat_location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
1475 Open(int zip_fd, int vdex_fd, int oat_fd, const std::string& oat_location, uint8_t* requested_base, uint8_t* oat_file_begin, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
[all...]

Completed in 39 milliseconds