Searched defs:tar_data (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/toybox/android/mac/generated/ |
H A D | globals.h | 307 struct tar_data { struct 308 char *f, *C, *I; 309 struct arg_list *T, *X, *xform; 310 long strip; 311 char *to_command, *owner, *group, *mtime, *mode, *sort; 312 struct arg_list *exclude; 314 struct double_list *incl, *excl, *seen; 315 struct string_list *dirs; 316 char *cwd, **xfsed; 317 int fd, ouid, ggid, hlc, warn, sparselen, pid, xfpipe[2]; [all …]
|
/aosp_15_r20/external/toybox/android/linux/generated/ |
H A D | globals.h | 361 struct tar_data { struct 362 char *f, *C, *I; 363 struct arg_list *T, *X, *xform; 364 long strip; 365 char *to_command, *owner, *group, *mtime, *mode, *sort; 366 struct arg_list *exclude; 368 struct double_list *incl, *excl, *seen; 369 struct string_list *dirs; 370 char *cwd, **xfsed; 371 int fd, ouid, ggid, hlc, warn, sparselen, pid, xfpipe[2]; [all …]
|
/aosp_15_r20/external/toybox/android/device/generated/ |
H A D | globals.h | 740 struct tar_data { struct 741 char *f, *C, *I; 742 struct arg_list *T, *X, *xform; 743 long strip; 744 char *to_command, *owner, *group, *mtime, *mode, *sort; 745 struct arg_list *exclude; 747 struct double_list *incl, *excl, *seen; 748 struct string_list *dirs; 749 char *cwd, **xfsed; 750 int fd, ouid, ggid, hlc, warn, sparselen, pid, xfpipe[2]; [all …]
|