Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp474 constexpr const char kXattrRestoreconInProgress[] = "user.restorecon_in_progress"; variable
489 if (getxattr(path.c_str(), kXattrRestoreconInProgress, &inProgress, sizeof(inProgress)) != in getRestoreconInProgress()
502 if (setxattr(mPath.c_str(), kXattrRestoreconInProgress, &inProgress, sizeof(inProgress), in RestoreconInProgress()
508 if (removexattr(mPath.c_str(), kXattrRestoreconInProgress) < 0) { in ~RestoreconInProgress()