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

  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 527 const char *filename_to_extract=NULL; local
584 else if ((filename_to_extract==NULL) && (!opt_extractdir))
585 filename_to_extract = argv[i] ;
639 if (filename_to_extract == NULL)
642 ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite, password);
  /external/zlib/src/contrib/minizip/
miniunz.c 539 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, password);

Completed in 106 milliseconds