OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AE_IFDIR
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_mtree_absolute_path.c
46
archive_entry_set_mode(ae,
AE_IFDIR
| 0755);
61
archive_entry_set_mode(ae,
AE_IFDIR
| 0755);
80
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
93
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
test_write_format_mtree_no_separator.c
50
archive_entry_set_mode(ae,
AE_IFDIR
| 0755);
85
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
test_read_format_mtree.c
85
assertEqualInt(
AE_IFDIR
, archive_entry_filetype(ae));
297
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
566
assertEqualInt(
AE_IFDIR
, archive_entry_filetype(ae));
669
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
682
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
686
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
736
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
749
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
753
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
test_read_disk_directory_traversals.c
116
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
148
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
166
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
198
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
202
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
206
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
223
if (archive_entry_filetype(ae) ==
AE_IFDIR
) {
244
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
276
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
294
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
[
all
...]
test_read_format_rar5.c
774
assertEqualInt(archive_entry_mode(ae),
AE_IFDIR
| 0755);
947
assertEqualInt(
AE_IFDIR
, archive_entry_filetype(ae));
1183
assertEqualInt(archive_entry_mode(ae), 0555 |
AE_IFDIR
);
1195
assertEqualInt(archive_entry_mode(ae), 0755 |
AE_IFDIR
);
1207
assertEqualInt(archive_entry_mode(ae), 0755 |
AE_IFDIR
);
1219
assertEqualInt(archive_entry_mode(ae), 0555 |
AE_IFDIR
);
test_read_format_tar.c
103
assert(archive_entry_filetype(ae) !=
AE_IFDIR
);
219
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
test_read_format_xar.c
110
assert(archive_entry_filetype(ae) !=
AE_IFDIR
);
323
assertEqualInt(archive_entry_filetype(ae),
AE_IFDIR
);
/src/external/bsd/libarchive/dist/libarchive/
archive_entry.h
221
#define
AE_IFDIR
((__LA_MODE_T)0040000)
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026