Searched refs:logParentDir (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_extension_system_test.cpp | 265 std::string logParentDir = GetBundleDataDir(el) + LOG; in CheckFileNotExist() local 266 std::string logDir = logParentDir + extensionDir; in CheckFileNotExist() 291 std::string logParentDir = GetBundleDataDir(el) + LOG; in CheckFileExist() local 292 std::string logDir = logParentDir + extensionDir; in CheckFileExist()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 473 std::string logParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::LOG; in CreateBundleDataDir() local 474 std::string logDir = logParentDir + createDirParam.bundleName; in CreateBundleDataDir() 481 if (CreateExtensionDir(createDirParam, logParentDir, S_IRWXU | S_IRWXG, in CreateBundleDataDir() 483 LOG_W(BMS_TAG_INSTALLD, "create extension dir failed, parent dir %{public}s", logParentDir.c_str()); in CreateBundleDataDir() 1676 std::string logParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::LOG; in CreateExtensionDataDir() local 1677 if (CreateExtensionDir(createDirParam, logParentDir, S_IRWXU | S_IRWXG, in CreateExtensionDataDir() 1679 LOG_W(BMS_TAG_INSTALLD, "create extension dir failed, parent dir %{public}s", logParentDir.c_str()); in CreateExtensionDataDir()
|
Completed in 5 milliseconds