Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp680 std::string fileNonAccount = DISTRIBUTED_FILE_NON_ACCOUNT + bundleName; in RemoveDistributedDir() local
681 fileNonAccount = fileNonAccount.replace(fileNonAccount.find("%"), 1, std::to_string(userid)); in RemoveDistributedDir()
682 if (!InstalldOperator::DeleteDir(fileNonAccount)) { in RemoveDistributedDir()
683 …LOG_E(BMS_TAG_INSTALLD, "remove dir %{public}s failed, errno is %{public}d", fileNonAccount.c_str(… in RemoveDistributedDir()
696 std::string fileNonAccount = DISTRIBUTED_FILE_NON_ACCOUNT + bundleName; in CleanDistributedDir() local
697 fileNonAccount = fileNonAccount.replace(fileNonAccount.find("%"), 1, std::to_string(userid)); in CleanDistributedDir()
698 if (!InstalldOperator::DeleteFiles(fileNonAccount)) { in CleanDistributedDir()
699 …LOG_W(BMS_TAG_INSTALLD, "clean dir %{public}s failed, errno is %{public}d", fileNonAccount.c_str()… in CleanDistributedDir()