Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h163 static bool IsPathInformationConsistent(const std::string &path, int32_t uid, int32_t gid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp223 if (BundleUtil::IsPathInformationConsistent(dir, dataGroupInfo.uid, dataGroupInfo.gid)) { in CreateDataGroupDir()
H A Dbundle_util.cpp553 bool BundleUtil::IsPathInformationConsistent(const std::string &path, int32_t uid, int32_t gid) in IsPathInformationConsistent() function in OHOS::AppExecFwk::BundleUtil