Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/
H A D.clang-format30 …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 Dkernel.te100 # 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 Dkernel.te103 # 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 Dkernel.te108 # 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 Dkernel.te108 # the recovery partition which is rootfs does not support xattr and thus labeling can't be
/aosp12/system/sepolicy/public/
H A Dkernel.te108 # 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 DContextImpl.java745 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 DREADME.overlayfs.md89 For 4.19 and higher a rework of the xattr handling to deal with recursion
/aosp12/bionic/docs/
H A Dstatus.md224 * all of <sys/xattr.h>.