Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp431 std::string bundleCloudDir = parentDir + bundleInfo.name; in CreateBundleCloudDir() local
433 if (InstalldClient::GetInstance()->IsExistDir(bundleCloudDir, isExist) != ERR_OK) { in CreateBundleCloudDir()
434 APP_LOGE("path: %{private}s IsExistDir failed", bundleCloudDir.c_str()); in CreateBundleCloudDir()
438 APP_LOGD("path: %{private}s is exist", bundleCloudDir.c_str()); in CreateBundleCloudDir()
441 if (!InstalldClient::GetInstance()->Mkdir(bundleCloudDir, S_IRWXU | S_IRWXG | S_ISGID, in CreateBundleCloudDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp378 std::string bundleCloudDir = CLOUD_FILE_PATH + bundleName; in CreateCloudDir() local
379 bundleCloudDir = bundleCloudDir.replace(bundleCloudDir.find("%"), 1, std::to_string(userid)); in CreateCloudDir()
380 if (!InstalldOperator::MkOwnerDir(bundleCloudDir, S_IRWXU | S_IRWXG | S_ISGID, uid, gid)) { in CreateCloudDir()