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

  /art/runtime/
dex_file.cc 140 return DexFile::OpenZip(fd.release(), location, error_msg, dex_files);
261 bool DexFile::OpenZip(int fd, const std::string& location, std::string* error_msg,
263 DCHECK(dex_files != nullptr) << "DexFile::OpenZip: out-param is nullptr";
    [all...]
dex_file.h 928 static bool OpenZip(int fd, const std::string& location, std::string* error_msg,
    [all...]

Completed in 56 milliseconds