Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp678 std::string fileNonAccount = DISTRIBUTED_FILE_NON_ACCOUNT + bundleName; in RemoveDistributedDir() local
679 fileNonAccount = fileNonAccount.replace(fileNonAccount.find("%"), 1, std::to_string(userid)); in RemoveDistributedDir()
680 if (!InstalldOperator::DeleteDir(fileNonAccount)) { in RemoveDistributedDir()
681 LOG_E(BMS_TAG_INSTALLD, "remove dir %{public}s failed, errno is %{public}d", fileNonAccount.c_str(), errno); in RemoveDistributedDir()
694 std::string fileNonAccount = DISTRIBUTED_FILE_NON_ACCOUNT + bundleName; in CleanDistributedDir() local
695 fileNonAccount = fileNonAccount.replace(fileNonAccount in CleanDistributedDir()
[all...]

Completed in 2 milliseconds