Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhap_restorecon.h68 int GetSecontext(HapFileInfo& hapFileInfo, const std::string &pathNameOrig,
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp304 int res = GetSecontext(hapFileInfo, pathNameOrig, &newSecontext, &oldSecontext); in HapFileRestorecon()
383 int res = GetSecontext(hapFileInfo, pathNameOrig, &newSecontext, &oldSecontext); in RestoreconSb()
405 int HapContext::GetSecontext(HapFileInfo& hapFileInfo, const std::string &pathNameOrig, in GetSecontext() function in HapContext