Searched defs:OpenFromFd (Results 1 – 2 of 2) sorted by relevance
240 ZipArchive* ZipArchive::OpenFromFd(int fd, const char* filename, std::string* error_msg) { in OpenFromFd() function in art::ZipArchive
172 static std::unique_ptr<DexFile> OpenFromFd(int fd, in OpenFromFd() function