Searched refs:dex_fd (Results 1 – 3 of 3) sorted by relevance
640 int dex_fd = -1; in Setup() local697 dex_fd = dex_filenames_pos < dex_fds.size() ? dex_fds[dex_filenames_pos] : -1; in Setup()780 } else if (dex_fd != -1) { in Setup()782 loaded = dex_file_loader.OpenZipFromOwnedFd(dex_fd, in Setup()
1271 const int dex_fd = i < dex_fds.size() ? dex_fds[i] : -1; in OpenBootDexFiles() local1274 if (!OS::FileExists(dex_filename) && dex_fd < 0) { in OpenBootDexFiles()1280 dex_fd, in OpenBootDexFiles()1286 LOG(WARNING) << "Failed to open .dex from file '" << dex_filename << "' / fd " << dex_fd in OpenBootDexFiles()
3581 int dex_fd = dex_file_index < dex_fds.size() ? dex_fds[dex_file_index] : -1; in ValidateOatFile() local3587 dex_file_location.c_str(), &checksums, &dex_locations_ignored, error_msg, dex_fd)) { in ValidateOatFile()