/third_party/ntfs-3g/libntfs-3g/ |
D | xattrs.c | 102 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/ |
D | SDL_x11window.c | 370 XSetWindowAttributes xattr; in X11_CreateWindow() local 417 …xattr.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 …]
|
D | SDL_x11opengl.c | 567 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/ |
D | checker-buildbot.sh | 80 if [ -x /usr/bin/xattr ]; then find analysis -exec /usr/bin/xattr -d com.apple.quarantine {} \; 2>/…
|
/third_party/f2fs-tools/fsck/ |
D | Makefile.am | 7 quotaio_tree.h quotaio_v2.h xattr.h compress.h 10 node.c segment.c dir.c sload.c xattr.c compress.c \
|
D | dump.c | 355 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()
|
D | BUILD.gn | 42 "xattr.c",
|
/third_party/selinux/libsepol/cil/test/integration_testing/ |
D | nonmls.cil | 19 ;(fsuse xattr ext3 con) 20 ;(fsuse xattr ext3 con_anon_l)
|
D | mls_policy.cil | 43 (fsuse xattr ext3 con) 44 (fsuse xattr ext3 con_anon_l)
|
/third_party/f2fs-tools/ |
D | configure.ac | 96 attr/xattr.h 109 linux/xattr.h 126 sys/xattr.h
|
/third_party/libfuse/example/ |
D | passthrough_ll.c | 91 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/ |
D | iogen.c | 1079 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/ |
D | xattrs.h | 68 enum SYSTEMXATTRS xattr; member
|
/third_party/selinux/secilc/docs/ |
D | cil_file_labeling_statements.md | 141 <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/ |
D | README | 23 'security.capability.' Setting this xattr requires the
|
/third_party/libjpeg-turbo/release/ |
D | makemacpkg.in | 179 find $PKGROOT -type f | while read file; do xattr -c $file; done
|
/third_party/selinux/secilc/test/ |
D | integration.cil | 177 (fsuse xattr ext3 system_u_bin_t_l2h)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | makemacpkg.in | 254 find $PKGROOT -type f | while read file; do xattr -c $file; done
|
/third_party/libfuse/ |
D | meson.build | 60 cc.has_function('setxattr', prefix: '#include <sys/xattr.h>'))
|
/third_party/ntfs-3g/ |
D | README.md | 75 --enable-xattr-mappings : enable system extended attributes mappings
|
D | configure.ac | 118 [xattr-mappings], 119 [AS_HELP_STRING([--enable-xattr-mappings],[enable system extended attributes mappings])],
|
/third_party/ltp/ |
D | configure.ac | 78 sys/xattr.h \
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 753 switch (item->xattr) {
|
/third_party/python/Lib/test/ |
D | test_os.py | 3539 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/ |
D | DebuggingTips.md | 340 % xattr -cr /Applications/Google\ Chrome\ Canary.app
|