Home
last modified time | relevance | path

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

/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c39 static const int folder_perm = 00755; variable
99 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in write_archive()
244 assertEqualInt(i4(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
99 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in verify_write_uncompressed()
278 assertEqualInt(i4(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */ in verify_uncompressed_contents()
335 assertEqualInt(i4(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */ in verify_uncompressed_contents()