Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp347 std::string bundleLogDir = parentDir + bundleInfo.name; in CreateBundleLogDir() local
349 if (InstalldClient::GetInstance()->IsExistDir(bundleLogDir, isExist) != ERR_OK) { in CreateBundleLogDir()
350 APP_LOGE("path: %{public}s IsExistDir failed", bundleLogDir.c_str()); in CreateBundleLogDir()
354 APP_LOGD("path: %{public}s is exist", bundleLogDir.c_str()); in CreateBundleLogDir()
358 bundleLogDir, S_IRWXU | S_IRWXG, bundleInfo.uid, ServiceConstants::LOG_DIR_GID) != ERR_OK) { in CreateBundleLogDir()

Completed in 2 milliseconds