Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c39 static const int folder_perm = 00755; variable
63 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in write_archive()
208 assertEqualInt(i4le(central_directory_folder_entry + 38) >> 16 & 01777, folder_perm); in verify_contents()
H A Dtest_write_format_zip_compression_store.c42 static const int folder_perm = 00755; variable
71 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in verify_write_uncompressed()
235 assertEqualInt(i4le(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */ in verify_uncompressed_contents()
292 assertEqualInt(i4le(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */ in verify_uncompressed_contents()
H A Dtest_write_format_zip_compression_zstd.c20 static const int folder_perm = 00755; variable
49 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in verify_write_zstd()
231 assertEqualInt(i4le(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */ in verify_zstd_contents()
288 assertEqualInt(i4le(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */ in verify_zstd_contents()
H A Dtest_write_format_zip_compression_bzip2.c20 static const int folder_perm = 00755; variable
49 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in verify_write_bzip2()
231 assertEqualInt(i4le(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */ in verify_bzip2_contents()
288 assertEqualInt(i4le(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */ in verify_bzip2_contents()
H A Dtest_write_format_zip_compression_lzmaxz.c20 static const int folder_perm = 00755; variable
49 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in verify_write_lzma()
232 assertEqualInt(i4le(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */ in verify_xz_lzma()
289 assertEqualInt(i4le(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */ in verify_xz_lzma()