Home
last modified time | relevance | path

Searched refs:setxattr (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp114 static void setxattr(const char* path, const char* key) { in setxattr() function
116 ::setxattr(fullPath.c_str(), key, "", 0, 0); in setxattr()
252 setxattr("com.example/cache/bar", "user.cache_tombstone"); in TEST_F()
281 setxattr("com.example/cache/foo", "user.cache_group"); in TEST_F()
323 setxattr("com.example/cache/group", "user.cache_group"); in TEST_F()
324 setxattr("com.example/cache/group/tomb", "user.cache_tombstone"); in TEST_F()
325 setxattr("com.example/cache/tomb", "user.cache_tombstone"); in TEST_F()
326 setxattr("com.example/cache/tomb/group", "user.cache_group"); in TEST_F()
/frameworks/native/cmds/installd/
Dutils.cpp971 …if (setxattr(parent.c_str(), inode_xattr, &inode_raw, sizeof(inode_raw), 0) != 0 && errno != EOPNO… in write_path_inode()
DInstalldNativeService.cpp502 if (setxattr(mPath.c_str(), kXattrRestoreconInProgress, &inProgress, sizeof(inProgress), in RestoreconInProgress()
1138 if (setxattr(ce_path.c_str(), kXattrDefault, nullptr, 0, 0) != 0) { in migrateAppData()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java2640 Os.setxattr(path.getAbsolutePath(), name, in setCacheBehavior()
/frameworks/base/core/java/android/app/
DContextImpl.java840 Os.setxattr(file.getParentFile().getAbsolutePath(), xattr, value, 0); in ensurePrivateDirExists()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...