HomeSort by relevance Sort by last modified time
    Searched refs:xattrs (Results 1 - 11 of 11) sorted by null

  /external/squashfs-tools/squashfs-tools/
xattr.c 47 #ifdef XATTR_NOFOLLOW /* Apple's xattrs */
152 static struct xattr_list *next_xattr_list(int *xattr_count, struct xattr_list **xattrs) {
154 x = realloc(*xattrs, ++*xattr_count * sizeof(struct xattr_list));
156 *xattrs = x;
161 struct selabel_handle *sehnd, struct xattr_list *xattrs)
165 xattrs->type = get_prefix(xattrs, "security.selinux");
167 xattrs->value = (void *)attr_val;
168 xattrs->vsize = strlen(attr_val);
171 static void set_caps_xattr(uint64_t caps, struct xattr_list *xattrs)
687 int xattrs = 0; local
690 int xattrs; local
    [all...]
read_xattrs.c 59 static void *xattrs = NULL; variable
164 * number of xattrs in the file system
228 xattrs = realloc(xattrs, (i + 1) * SQUASHFS_METADATA_SIZE);
229 if(xattrs == NULL)
237 ((unsigned char *) xattrs) +
269 free(xattrs);
295 * xattrs from the filesystem on appending, and Unsquashfs uses it
296 * to retrieve the xattrs for writing to disk.
300 * this will cause xattrs to be be lost on appending. Unsquashf
    [all...]
xattr.h 56 int xattrs; member in struct:dupl_id
83 fprintf(stderr, "Xattrs in filesystem! These are not "
121 fprintf(stderr, "Xattrs in filesystem! These are not "
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 113 struct xattr_list_element *xattrs; member in struct:fs_aux_info
  /system/extras/ext4_utils/
ext4_utils.c 169 aux_info.xattrs = NULL;
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 225 Xattrs: map[string]string{"null\x00null\x00": "fizzbuzz"},
663 xattrs := map[string]string{
677 hdr.Xattrs = xattrs
689 // Test that we can get the xattrs back out of the archive.
695 if !reflect.DeepEqual(hdr.Xattrs, xattrs) {
696 t.Fatalf("xattrs did not survive round trip: got %+v, want %+v",
697 hdr.Xattrs, xattrs)
    [all...]
reader_test.go 337 file: "testdata/xattrs.tar",
350 Xattrs: map[string]string{
377 Xattrs: map[string]string{
510 file: "testdata/pax-nul-xattrs.tar",
960 Xattrs: map[string]string{"key": "value"},
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 225 Xattrs: map[string]string{"null\x00null\x00": "fizzbuzz"},
663 xattrs := map[string]string{
677 hdr.Xattrs = xattrs
689 // Test that we can get the xattrs back out of the archive.
695 if !reflect.DeepEqual(hdr.Xattrs, xattrs) {
696 t.Fatalf("xattrs did not survive round trip: got %+v, want %+v",
697 hdr.Xattrs, xattrs)
    [all...]
reader_test.go 337 file: "testdata/xattrs.tar",
350 Xattrs: map[string]string{
377 Xattrs: map[string]string{
510 file: "testdata/pax-nul-xattrs.tar",
960 Xattrs: map[string]string{"key": "value"},
    [all...]
  /external/e2fsprogs/debugfs/
Makefile.in 22 quota.o xattrs.o journal.o revoke.o recovery.o do_journal.o
26 extent_inode.o quota.o xattrs.o
33 $(srcdir)/../misc/create_inode.c $(srcdir)/xattrs.c $(srcdir)/quota.c \
337 xattrs.o: $(srcdir)/xattrs.c $(top_builddir)/lib/config.h \
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 1760 auto xattrs = android::base::Split(buf, delim); local
    [all...]

Completed in 225 milliseconds