Searched defs:setxattr (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp109 static void setxattr(const char* path, const char* key) { function in namespace:android::installd
111 ::setxattr(fullPath, key, "", 0, 0);
191 setxattr("com.example/cache/bar", "user.cache_tombstone");
220 setxattr("com.example/cache/foo", "user.cache_group");
262 setxattr("com.example/cache/group", "user.cache_group");
263 setxattr("com.example/cache/group/tomb", "user.cache_tombstone");
264 setxattr("com.example/cache/tomb", "user.cache_tombstone");
265 setxattr("com.example/cache/tomb/group", "user.cache_group");

Completed in 599 milliseconds