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

/frameworks/native/cmds/installd/
H A Dcommands.cpp58 static constexpr const char* kXattrDefault = "user.default"; member in namespace:android::installd
144 if (getxattr(ce_path.c_str(), kXattrDefault, nullptr, 0) == -1
145 && getxattr(de_path.c_str(), kXattrDefault, nullptr, 0) == -1) {
146 if (setxattr(ce_path.c_str(), kXattrDefault, nullptr, 0, 0) != 0) {
156 if (getxattr(target.c_str(), kXattrDefault, nullptr, 0) == -1) {

Completed in 207 milliseconds