Google Git
Sign in
android/platform/external/zlib.git/refs/heads/main-kernel/./google/test/data
tree: 3efeb017a293ca87a6f224c29f127e3e3db1b10c [path history] [tgz]
  1. test/
  2. create_symlink_test_zips.py
  3. create_test_zip.sh
  4. Different Encryptions.zip
  5. Empty Dir Same Name As File.zip
  6. empty.zip
  7. evil.zip
  8. evil_via_absolute_file_name.zip
  9. evil_via_invalid_utf8.zip
  10. Mixed Paths.zip
  11. Parent Dir Same Name As File.zip
  12. README.md
  13. Repeated Dir Name.zip
  14. Repeated File Name With Different Cases.zip
  15. Repeated File Name.zip
  16. SJIS Bug 846195.zip
  17. symlink_absolute_path.zip
  18. symlink_duplicate_link.zip
  19. symlink_evil_relative_path.zip
  20. symlink_follow_own_link.zip
  21. symlink_follow_own_link_dir.zip
  22. symlink_too_large.zip
  23. symlinks.zip
  24. test.zip
  25. test_encrypted.zip
  26. test_mismatch_size.zip
  27. test_nocompress.zip
  28. test_posix_permissions.zip
  29. unicode_path_extra.zip
  30. unicode_path_extra_overflow.zip
  31. Windows Special Names.zip
  32. Wrong CRC.zip
google/test/data/README.md

test_posix_permissions.zip

Rebuild this zip by running:

rm test_posix_permissions.zip &&
mkdir z &&
cd z &&
touch 0.txt 1.txt 2.txt 3.txt &&
chmod a+x 0.txt &&
chmod o+x 1.txt &&
chmod u+x 2.txt &&
zip test_posix_permissions.zip * &&
mv test_posix_permissions.zip .. &&
cd .. &&
rm -r z
Powered by Gitiles| Privacy| Termstxt json