OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:folder_perm
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_zip_entry_size_unset.c
39
static const int
folder_perm
= 00755;
variable
63
archive_entry_set_mode(entry, S_IFDIR |
folder_perm
);
208
assertEqualInt(i4le(central_directory_folder_entry + 38) >> 16 & 01777,
folder_perm
);
test_write_format_zip_compression_bzip2.c
20
static const int
folder_perm
= 00755;
variable
49
archive_entry_set_mode(entry, S_IFDIR |
folder_perm
);
231
assertEqualInt(i4le(p + 38) >> 16 & 01777,
folder_perm
); /* External file attrs */
288
assertEqualInt(i4le(q + 9) >> 16 & 01777,
folder_perm
); /* external file attributes */
test_write_format_zip_compression_lzmaxz.c
20
static const int
folder_perm
= 00755;
variable
49
archive_entry_set_mode(entry, S_IFDIR |
folder_perm
);
232
assertEqualInt(i4le(p + 38) >> 16 & 01777,
folder_perm
); /* External file attrs */
289
assertEqualInt(i4le(q + 9) >> 16 & 01777,
folder_perm
); /* external file attributes */
test_write_format_zip_compression_store.c
42
static const int
folder_perm
= 00755;
variable
71
archive_entry_set_mode(entry, S_IFDIR |
folder_perm
);
235
assertEqualInt(i4le(p + 38) >> 16 & 01777,
folder_perm
); /* External file attrs */
292
assertEqualInt(i4le(q + 9) >> 16 & 01777,
folder_perm
); /* external file attributes */
test_write_format_zip_compression_zstd.c
20
static const int
folder_perm
= 00755;
variable
49
archive_entry_set_mode(entry, S_IFDIR |
folder_perm
);
231
assertEqualInt(i4le(p + 38) >> 16 & 01777,
folder_perm
); /* External file attrs */
288
assertEqualInt(i4le(q + 9) >> 16 & 01777,
folder_perm
); /* external file attributes */
Completed in 46 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026