Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h150 static bool IsExistFileNoLog(const std::string &path);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp527 if (BundleUtil::IsExistFileNoLog(SYSTEM_THEME_PATH + std::to_string(userId) + THEME_ICONS_A_FLAG) && in ProcessSpecialBundleResource()
532 BundleUtil::IsExistFileNoLog(SYSTEM_THEME_PATH + std::to_string(userId) + THEME_ICONS_B_FLAG) && in ProcessSpecialBundleResource()
H A Dbundle_resource_manager.cpp311 if (BundleUtil::IsExistFileNoLog(SYSTEM_THEME_PATH + std::to_string(userId) + THEME_ICONS_A_FLAG)) { in InnerProcessWhetherThemeExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp512 bool BundleUtil::IsExistFileNoLog(const std::string &path) in IsExistFileNoLog() function in OHOS::AppExecFwk::BundleUtil

Completed in 6 milliseconds