Searched refs:kXattrRestoreconInProgress (Results 1 – 1 of 1) sorted by relevance
474 constexpr const char kXattrRestoreconInProgress[] = "user.restorecon_in_progress"; variable489 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()