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

/netbsd-current/external/bsd/libarchive/dist/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);
244 assertEqualInt(i4(central_directory_folder_entry + 38) >> 16 & 01777, folder_perm);
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);
278 assertEqualInt(i4(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */
335 assertEqualInt(i4(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */

Completed in 86 milliseconds