Searched refs:setxattr (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_cache_test.cpp | 114 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/ |
D | utils.cpp | 971 …if (setxattr(parent.c_str(), inode_xattr, &inode_raw, sizeof(inode_raw), 0) != 0 && errno != EOPNO… in write_path_inode()
|
D | InstalldNativeService.cpp | 502 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/ |
D | StorageManager.java | 2640 Os.setxattr(path.getAbsolutePath(), name, in setCacheBehavior()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 840 Os.setxattr(file.getParentFile().getAbsolutePath(), xattr, value, 0); in ensurePrivateDirExists()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |