Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp449 ChangeFileAttr(path, buf.st_uid, buf.st_gid); in ExtractTargetHnpFile()
536 ChangeFileAttr(path, buf.st_uid, buf.st_gid); in ExtractTargetFile()
683 if (!ChangeFileAttr(subPath, uid, gid)) { in ChangeDirOwnerRecursively()
684 LOG_D(BMS_TAG_INSTALLD, "Failed to ChangeFileAttr %{public}s, uid=%{public}d", subPath.c_str(), uid); in ChangeDirOwnerRecursively()
694 if (!ChangeFileAttr(currentPath, uid, gid)) { in ChangeDirOwnerRecursively()
695 LOG_D(BMS_TAG_INSTALLD, "Failed to ChangeFileAttr %{public}s, uid=%{public}d", currentPath.c_str(), uid); in ChangeDirOwnerRecursively()
703 bool InstalldOperator::ChangeFileAttr(const std::string &filePath, const int uid, const int gid) in ChangeFileAttr() function in OHOS::AppExecFwk::InstalldOperator
823 return ChangeFileAttr(path, uid, gid); in MkOwnerDir()
1313 ChangeFileAttr(innerDesStr, Constants::FOUNDATION_UID, ServiceConstants::BMS_GID); in CopyFiles()
1717 ChangeFileAttr(realDestinedDi in CopyDriverSoFiles()
[all...]
H A Dinstalld_host_impl.cpp1881 if (!InstalldOperator::ChangeFileAttr(targetPath, INSTALLS_UID, INSTALLS_UID)) { in MoveHapToCodeDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h132 static bool ChangeFileAttr(const std::string &filePath, const int uid, const int gid);

Completed in 8 milliseconds