Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp337 std::string systemAppPath = std::string(fileDir) + PATH_SEPARATOR + fileName; in InstallSystemBundle() local
338 if (!BundleUtil::IsFile(systemAppPath.c_str()) || in InstallSystemBundle()
339 !BundleUtil::EndWith(systemAppPath.c_str(), INSTALL_FILE_SUFFIX)) { in InstallSystemBundle()
343 uint8_t ret = installer_->Install(systemAppPath.c_str(), installParam); in InstallSystemBundle()