Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp76 bool BundleUtil::CheckRealPath(const char *path) in CheckRealPath() function in OHOS::BundleUtil
108 if (!CheckRealPath(path)) { in IsFile()
206 if (!CheckRealPath(filePath)) { in GetFileSize()
225 if (!CheckRealPath(filePath)) { in GetFileFolderSize()
1004 if (!CheckRealPath(packageJson)) { in StoreJsonContentToFile()
H A Dgt_bundle_extractor.cpp192 if (!BundleUtil::CheckRealPath(path)) { in ExtractInstallMsg()
282 if (!BundleUtil::CheckRealPath(path)) { in ExtractBundleParam()
H A Dgt_extractor_util.cpp239 if (!BundleUtil::CheckRealPath(filePath)) { in HasCopiedData()
H A Dbundle_parser.cpp179 if (!BundleUtil::CheckRealPath(path)) { in ParseBundleParam()
228 if (!BundleUtil::CheckRealPath(path)) { in ParseHapProfile()
H A Dgt_bundle_parser.cpp95 if (!BundleUtil::CheckRealPath(path)) { in ParseBundleAttr()
152 if (!BundleUtil::CheckRealPath(path) || bundleRes == nullptr) { in ParseHapProfile()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h39 static bool CheckRealPath(const char *path);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h226 bool CheckRealPath(const std::string& partialPath, std::string& fullPath);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp226 if (!CheckRealPath(std::string(cfgDir) + "/" + configName, baseRealPath)) { in GetAllRealConfigPath()
235 bool PluginMgr::CheckRealPath(const std::string& partialPath, std::string& fullPath) in CheckRealPath() function in OHOS::ResourceSchedule::PluginMgr