Home
last modified time | relevance | path

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

/aosp_15_r20/external/zlib/contrib/minizip/
H A Dminiunz.c517 int opt_do_extract_withoutpath=0; in main() local
547 opt_do_extract = opt_do_extract_withoutpath = 1; in main()
623 ret_value = do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password); in main()
625 …ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite,… in main()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/
Dminiunz.c546 int opt_do_extract_withoutpath=0; local
576 opt_do_extract = opt_do_extract_withoutpath = 1;
652 ret_value = do_extract(uf, opt_do_extract_withoutpath, opt_overwrite, password);
654 …ret_value = do_extract_onefile(uf, filename_to_extract, opt_do_extract_withoutpath, opt_overwrite,…