HomeSort by: relevance | last modified time | path
    Searched refs:archive_entry_set_fflags (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_mtree_fflags.c 73 archive_entry_set_fflags(ae, entries[i].fflags, 0);
test_entry.c 415 archive_entry_set_fflags(e, 0x55, 0xAA);
504 archive_entry_set_fflags(e, 0x55, 0xAA);
609 archive_entry_set_fflags(e, 0x85, 0xDA);
  /src/external/bsd/libarchive/dist/libarchive/
archive_entry.h 356 __LA_DECL void archive_entry_set_fflags(struct archive_entry *,
archive_read_disk_entry_from_file.c 219 archive_entry_set_fflags(entry, st->st_flags, 0);
248 archive_entry_set_fflags(entry, stflags, 0);
archive_read_disk_windows.c 1069 archive_entry_set_fflags(entry, file_attrs, 0);
2392 archive_entry_set_fflags(entry, file_attrs, 0);
archive_entry.c 897 archive_entry_set_fflags(struct archive_entry *entry, function
  /src/external/bsd/libarchive/lib/libarchive/
Makefile 265 MLINKS+= archive_entry_perms.3 archive_entry_set_fflags.3

Completed in 55 milliseconds