Home
last modified time | relevance | path

Searched refs:filename_to_extract (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/minizip/
Dminiunz.c539 const char *filename_to_extract=NULL; local
596 else if ((filename_to_extract==NULL) && (!opt_extractdir))
597 filename_to_extract = argv[i] ;
651 if (filename_to_extract == NULL)
654 …ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite,…