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

/art/runtime/
H A Ddex_file.cc134 return DexFile::OpenZip(fd.release(), location, error_msg, dex_files);
288 bool DexFile::OpenZip(int fd, const std::string& location, std::string* error_msg, function in class:art::DexFile
291 DCHECK(dex_files != nullptr) << "DexFile::OpenZip: out-param is nullptr";

Completed in 1370 milliseconds