Searched refs:bundleCloudDir (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 383 std::string bundleCloudDir = parentDir + bundleInfo.name; in CreateBundleCloudDir() local 385 if (InstalldClient::GetInstance()->IsExistDir(bundleCloudDir, isExist) != ERR_OK) { in CreateBundleCloudDir() 386 APP_LOGE("path: %{private}s IsExistDir failed", bundleCloudDir.c_str()); in CreateBundleCloudDir() 390 APP_LOGD("path: %{private}s is exist", bundleCloudDir.c_str()); in CreateBundleCloudDir() 393 if (!InstalldClient::GetInstance()->Mkdir(bundleCloudDir, S_IRWXU | S_IRWXG | S_ISGID, in CreateBundleCloudDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 364 std::string bundleCloudDir = CLOUD_FILE_PATH + bundleName; in CreateCloudDir() local 365 bundleCloudDir = bundleCloudDir.replace(bundleCloudDir.find("%"), 1, std::to_string(userid)); in CreateCloudDir() 366 if (!InstalldOperator::MkOwnerDir(bundleCloudDir, S_IRWXU | S_IRWXG | S_ISGID, uid, gid)) { in CreateCloudDir()
|
Completed in 5 milliseconds