Searched refs:xattr (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/services/Car/ |
H A D | .clang-format | 30 …e|timerfd|times|timex|ttydefaults|types|ucontext|uio|un|unistd|user|utsname|vfs|vt|wait|xattr)\.h>'
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | kernel.te | 100 # the recovery partition which is rootfs does not support xattr and thus labeling can't be
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | kernel.te | 103 # the recovery partition which is rootfs does not support xattr and thus labeling can't be
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | kernel.te | 108 # the recovery partition which is rootfs does not support xattr and thus labeling can't be
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | kernel.te | 108 # the recovery partition which is rootfs does not support xattr and thus labeling can't be
|
/aosp12/system/sepolicy/public/ |
H A D | kernel.te | 108 # the recovery partition which is rootfs does not support xattr and thus labeling can't be
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 745 private static File ensurePrivateCacheDirExists(File file, String xattr) { in ensurePrivateCacheDirExists() argument 747 return ensurePrivateDirExists(file, 02771, gid, xattr); in ensurePrivateCacheDirExists() 750 private static File ensurePrivateDirExists(File file, int mode, int gid, String xattr) { in ensurePrivateDirExists() argument 767 if (xattr != null) { in ensurePrivateDirExists() 772 Os.setxattr(file.getParentFile().getAbsolutePath(), xattr, value, 0); in ensurePrivateDirExists() local 774 Log.w(TAG, "Failed to update " + xattr + ": " + e.getMessage()); in ensurePrivateDirExists()
|
/aosp12/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 89 For 4.19 and higher a rework of the xattr handling to deal with recursion
|
/aosp12/bionic/docs/ |
H A D | status.md | 224 * all of <sys/xattr.h>.
|