Searched refs:CheckPathIsSame (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 317 static bool CheckPathIsSame(const std::string &path, int32_t mode, const int32_t uid, const int32_t gid,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 826 bool InstalldOperator::CheckPathIsSame(const std::string &path, int32_t mode, const int32_t uid, const int32_t gid, in CheckPathIsSame() function in OHOS::AppExecFwk::InstalldOperator 849 if (CheckPathIsSame(path, mode, uid, gid, isPathExist)) { in MkOwnerDir()
|
Completed in 5 milliseconds