Searched refs:folder_perm (Results 1 – 2 of 2) sorted by relevance
40 static const int folder_perm = 00755; variable100 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in write_archive()245 assertEqualInt(i4(central_directory_folder_entry + 38) >> 16 & 01777, folder_perm); in verify_contents()
43 static const int folder_perm = 00755; variable100 archive_entry_set_mode(entry, S_IFDIR | folder_perm); in verify_write_uncompressed()267 assertEqualInt(i4(p + 38) >> 16 & 01777, folder_perm); /* External file attrs */ in verify_uncompressed_contents()321 assertEqualInt(i4(q + 9) >> 16 & 01777, folder_perm); /* external file attributes */ in verify_uncompressed_contents()