Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp562 ChangeFileAttr(path, buf.st_uid, buf.st_gid); in ExtractTargetHnpFile()
649 ChangeFileAttr(path, buf.st_uid, buf.st_gid); in ExtractTargetFile()
794 if (!ChangeFileAttr(subPath, uid, gid)) { in ChangeDirOwnerRecursively()
805 if (!ChangeFileAttr(currentPath, uid, gid)) { in ChangeDirOwnerRecursively()
814 bool InstalldOperator::ChangeFileAttr(const std::string &filePath, const int uid, const int gid) in ChangeFileAttr() function in OHOS::AppExecFwk::InstalldOperator
944 return ChangeFileAttr(path, uid, gid); in MkOwnerDir()
1435 ChangeFileAttr(innerDesStr, Constants::FOUNDATION_UID, ServiceConstants::BMS_GID); in CopyFiles()
1837 ChangeFileAttr(realDestinedDir, buf.st_uid, buf.st_gid); in CopyDriverSoFiles()
H A Dinstalld_host_impl.cpp1943 if (!InstalldOperator::ChangeFileAttr(targetPath, INSTALLS_UID, INSTALLS_UID)) { in MoveHapToCodeDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h144 static bool ChangeFileAttr(const std::string &filePath, const int uid, const int gid);