Home
last modified time | relevance | path

Searched refs:cpio__owner (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Dinit_handle.c20 archive_handle->cpio__owner.uid = (uid_t)-1L; in init_handle()
21 archive_handle->cpio__owner.gid = (gid_t)-1L; in init_handle()
Dget_header_cpio.c57 if (archive_handle->cpio__owner.uid != (uid_t)-1L) in get_header_cpio()
58 uid = archive_handle->cpio__owner.uid; in get_header_cpio()
59 if (archive_handle->cpio__owner.gid != (gid_t)-1L) in get_header_cpio()
60 gid = archive_handle->cpio__owner.gid; in get_header_cpio()
/busybox-1.35.0/include/
Dbb_archive.h104 struct bb_uidgid_t cpio__owner; member
/busybox-1.35.0/archival/
Dcpio.c456 archive_handle->cpio__owner = G.owner_ugid; in cpio_main()