Home
last modified time | relevance | path

Searched refs:PathToRealPath (Results 1 - 25 of 33) sorted by relevance

12

/base/update/updater/utils/include/
H A Dutils_common.h27 bool PathToRealPath(const std::string &path, std::string &realPath);
/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_test.cpp59 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath); in HWTEST_F()
81 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath); in HWTEST_F()
H A Dlocal_code_sign_utils_mock_test.cpp64 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath); in HWTEST_F()
/base/security/code_signature/utils/src/
H A Dfile_helper.cpp31 if (!OHOS::PathToRealPath(path, realPath)) { in CheckFilePathValid()
/base/hiviewdfx/hiview/utility/smart_parser/
H A Dsmart_parser.cpp32 if (!FileUtil::PathToRealPath(analysisConfig, config) || config.empty()) { in Analysis()
/base/security/security_guard/services/security_collector/src/
H A Dlib_loader.cpp38 if (!PathToRealPath(m_libPath, realPath) || realPath.find("/system/lib") != 0) { in LoadLib()
/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp47 if (!Utils::PathToRealPath(pkgPath, realPath)) { in Verify()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlog_query_result_ohos.cpp47 if ((!info->logPath.empty()) && OHOS::HiviewDFX::FileUtil::PathToRealPath(info->logPath, realPath)) { in GetNext()
/base/update/updater/utils/
H A Dutils_common.cpp38 bool PathToRealPath(const std::string &path, std::string &realPath) in PathToRealPath() function
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp111 if (!FileUtil::PathToRealPath(file, realFileName) || realFileName.empty() || in GetFileFd()
/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.cpp48 if (!FileUtil::PathToRealPath(configPath_, realPath)) { in OpenConfig()
/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp123 if (!OHOS::PathToRealPath(filePath, realPath)) { in SignLocalCode()
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_utils.cpp184 if (!OHOS::PathToRealPath(path, realPath)) {
228 if (!OHOS::PathToRealPath(path, realPath)) {
/base/hiviewdfx/hiview/base/logstore/
H A Dlog_store_ex.cpp171 if (!FileUtil::PathToRealPath(path, realPath)) { in RemoveLogFile()
/base/security/security_guard/services/risk_classify/model_manager/src/
H A Dmodel_manager.cpp79 if (!PathToRealPath(cfg.path, realPath) || realPath.find(PREFIX_MODEL_PATH) != 0) { in InitModel()
/base/update/updater/services/ui/language/
H A Dlanguage_ui.cpp196 if (!Utils::PathToRealPath(langRes_.localeFile, realPath)) { in ParseLanguage()
/base/update/updater/services/ui/
H A Dupdater_ui_config.cpp35 if (!Utils::PathToRealPath(pagePath.dir, pagePath.dir)) { in CanonicalPagePath()
/base/update/updater/utils/json/
H A Djson_node.cpp45 if (!Utils::PathToRealPath(path, realPath)) { in JsonNode()
/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp95 if (!FileUtil::PathToRealPath(file, realPath)) { in GetFileHandle()
H A Dfile_util.cpp221 bool PathToRealPath(const std::string& path, std::string& realPath) in PathToRealPath() function
223 return OHOS::PathToRealPath(path, realPath); in PathToRealPath()
/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h92 bool PathToRealPath(const std::string& path, std::string& realPath);
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp104 if (FileUtil::PathToRealPath(targetPath, realPath)) { in WriteKernelStackToFd()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dinstall_plugin.cpp182 if (!PathToRealPath(hapFilePath, realPath)) { in InstallParamInit()
/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp64 if (!CheckFileSuffix(pkgPath, HMP_PACKAGE_SUFFIX) || !PathToRealPath(pkgPath, realPath)) { in InstallModulePackage()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp177 if (!FileUtil::PathToRealPath(filePath, realPath)) { in MergeFreezeJsonFile()
266 if (!FileUtil::PathToRealPath(filePath, realPath)) { in InitLogBody()
267 HIVIEW_LOGE("PathToRealPath Failed:%{public}s.", filePath.c_str()); in InitLogBody()

Completed in 9 milliseconds

12