Searched refs:xattr (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/cmds/installd/
H A DCacheItem.cpp21 #include <sys/xattr.h>
H A DCacheTracker.cpp23 #include <sys/xattr.h>
H A Dutils.cpp25 #include <sys/xattr.h>
655 * Write the inode of a specific child file into the given xattr on the
682 PLOG(ERROR) << "Failed to write xattr " << inode_xattr << " at " << parent;
690 * Read the inode of a specific child file from the given xattr on the
H A DInstalldNativeService.cpp36 #include <sys/xattr.h>
/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp20 #include <sys/xattr.h>
H A Dinstalld_cache_test.cpp20 #include <sys/xattr.h>
/frameworks/base/core/java/android/app/
H A DContextImpl.java553 private static File ensurePrivateCacheDirExists(File file, String xattr) { argument
555 return ensurePrivateDirExists(file, 02771, gid, xattr);
558 private static File ensurePrivateDirExists(File file, int mode, int gid, String xattr) { argument
575 if (xattr != null) {
580 Os.setxattr(file.getParentFile().getAbsolutePath(), xattr, value, 0);
582 Log.w(TAG, "Failed to update " + xattr + ": " + e.getMessage());

Completed in 141 milliseconds