Home
last modified time | relevance | path

Searched refs:xattr (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ntfs-3g/libntfs-3g/
Dxattrs.c102 enum SYSTEMXATTRS xattr; member
214 ret = p->xattr; in ntfs_xattr_system_type()
221 ret = q->xattr; in ntfs_xattr_system_type()
273 enum SYSTEMXATTRS xattr; in getmappingitem() local
316 xattr = ntfs_xattr_system_type(ps, in getmappingitem()
318 if (xattr == XATTR_UNMAPPED) in getmappingitem()
326 item->xattr = xattr; in getmappingitem()
379 if ((current->xattr == item->xattr) in ntfs_read_xattr_mapping()
441 if (mapping->xattr == XATTR_NTFS_EFSINFO) in ntfs_xattr_build_mapping()
451 mapping->xattr = XATTR_NTFS_EFSINFO; in ntfs_xattr_build_mapping()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c370 XSetWindowAttributes xattr; in X11_CreateWindow() local
417xattr.override_redirect = ((window->flags & SDL_WINDOW_TOOLTIP) || (window->flags & SDL_WINDOW_POP… in X11_CreateWindow()
418 xattr.background_pixmap = None; in X11_CreateWindow()
419 xattr.border_pixel = 0; in X11_CreateWindow()
429 xattr.colormap = in X11_CreateWindow()
434 if (!xattr.colormap) { in X11_CreateWindow()
491 X11_XStoreColors(display, xattr.colormap, colorcells, ncolors); in X11_CreateWindow()
495 xattr.colormap = in X11_CreateWindow()
504 CWColormap), &xattr); in X11_CreateWindow()
1261 XSetWindowAttributes xattr; in X11_BeginWindowFullscreenLegacy() local
[all …]
DSDL_x11opengl.c567 XWindowAttributes xattr; in X11_GL_CreateContext() local
584 X11_XGetWindowAttributes(display, data->xwindow, &xattr); in X11_GL_CreateContext()
586 v.visualid = X11_XVisualIDFromVisual(xattr.visual); in X11_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dchecker-buildbot.sh80 if [ -x /usr/bin/xattr ]; then find analysis -exec /usr/bin/xattr -d com.apple.quarantine {} \; 2>/…
/third_party/f2fs-tools/fsck/
DMakefile.am7 quotaio_tree.h quotaio_v2.h xattr.h compress.h
10 node.c segment.c dir.c sload.c xattr.c compress.c \
Ddump.c355 void *xattr; in dump_xattr() local
360 xattr = read_all_xattrs(sbi, node_blk); in dump_xattr()
361 if (!xattr) in dump_xattr()
364 list_for_each_xattr(ent, xattr) { in dump_xattr()
412 free(xattr); in dump_xattr()
DBUILD.gn42 "xattr.c",
/third_party/selinux/libsepol/cil/test/integration_testing/
Dnonmls.cil19 ;(fsuse xattr ext3 con)
20 ;(fsuse xattr ext3 con_anon_l)
Dmls_policy.cil43 (fsuse xattr ext3 con)
44 (fsuse xattr ext3 con_anon_l)
/third_party/f2fs-tools/
Dconfigure.ac96 attr/xattr.h
109 linux/xattr.h
126 sys/xattr.h
/third_party/libfuse/example/
Dpassthrough_ll.c91 int xattr; member
111 offsetof(struct lo_data, xattr), 1 },
113 offsetof(struct lo_data, xattr), 0 },
960 if (!lo_data(req)->xattr) in lo_getxattr()
1010 if (!lo_data(req)->xattr) in lo_listxattr()
1060 if (!lo_data(req)->xattr) in lo_setxattr()
1085 if (!lo_data(req)->xattr) in lo_removexattr()
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c1079 struct fsxattr xattr; in create_file() local
1139 memset(&xattr, 0x00, sizeof(xattr)); in create_file()
1140 xattr.fsx_xflags = XFS_XFLAG_REALTIME; in create_file()
1142 if (fcntl(fd, F_FSSETXATTR, &xattr) == -1) { in create_file()
1150 if (fcntl(fd, F_FSGETXATTR, &xattr) == -1) { in create_file()
1158 xattr.fsx_xflags); in create_file()
/third_party/ntfs-3g/include/ntfs-3g/
Dxattrs.h68 enum SYSTEMXATTRS xattr; member
/third_party/selinux/secilc/docs/
Dcil_file_labeling_statements.md141 <li><p><code>xattr</code> - Filesystems supporting the extended attribute <code>security.selinux</c…
172 (fsuse xattr ex4 file.labeledfs_context)
173 (fsuse xattr btrfs file.labeledfs_context)
/third_party/ltp/testcases/kernel/security/filecaps/
DREADME23 'security.capability.' Setting this xattr requires the
/third_party/libjpeg-turbo/release/
Dmakemacpkg.in179 find $PKGROOT -type f | while read file; do xattr -c $file; done
/third_party/selinux/secilc/test/
Dintegration.cil177 (fsuse xattr ext3 system_u_bin_t_l2h)
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/
Dmakemacpkg.in254 find $PKGROOT -type f | while read file; do xattr -c $file; done
/third_party/libfuse/
Dmeson.build60 cc.has_function('setxattr', prefix: '#include <sys/xattr.h>'))
/third_party/ntfs-3g/
DREADME.md75 --enable-xattr-mappings : enable system extended attributes mappings
Dconfigure.ac118 [xattr-mappings],
119 [AS_HELP_STRING([--enable-xattr-mappings],[enable system extended attributes mappings])],
/third_party/ltp/
Dconfigure.ac78 sys/xattr.h \
/third_party/ntfs-3g/src/
Dntfs-3g_common.c753 switch (item->xattr) {
/third_party/python/Lib/test/
Dtest_os.py3539 xattr = set(init_xattr)
3540 xattr.add("user.test")
3541 self.assertEqual(set(listxattr(fn)), xattr)
3555 xattr.add("user.test2")
3556 self.assertEqual(set(listxattr(fn)), xattr)
3563 xattr.remove("user.test")
3564 self.assertEqual(set(listxattr(fn)), xattr)
/third_party/skia/third_party/externals/angle2/doc/
DDebuggingTips.md340 % xattr -cr /Applications/Google\ Chrome\ Canary.app

12