Searched refs:IsPathInformationConsistent (Results 1 – 3 of 3) sorted by relevance
163 static bool IsPathInformationConsistent(const std::string &path, int32_t uid, int32_t gid);
223 if (BundleUtil::IsPathInformationConsistent(dir, dataGroupInfo.uid, dataGroupInfo.gid)) { in CreateDataGroupDir()
553 bool BundleUtil::IsPathInformationConsistent(const std::string &path, int32_t uid, int32_t gid) in IsPathInformationConsistent() function in OHOS::AppExecFwk::BundleUtil