Home
last modified time | relevance | path

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

/base/security/code_signature/utils/src/
Dfile_helper.cpp31 if (!OHOS::PathToRealPath(path, realPath)) { in CheckFilePathValid()
/base/update/sys_installer/frameworks/actions/verify_action/src/
Dpkg_verify.cpp49 if (!Utils::PathToRealPath(pkgPath, realPath)) { in Verify()
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
Dfaultlog_query_result_ohos.cpp47 …if ((!info->logPath.empty()) && OHOS::HiviewDFX::FileUtil::PathToRealPath(info->logPath, realPath)… in GetNext()
/base/hiviewdfx/hiview/utility/smart_parser/
Dsmart_parser.cpp32 if (!FileUtil::PathToRealPath(analysisConfig, config) || config.empty()) { in Analysis()
/base/security/code_signature/services/local_code_sign/src/
Dlocal_code_sign_service.cpp120 if (!OHOS::PathToRealPath(filePath, realPath)) { in SignLocalCode()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Ddmesg_catcher.cpp110 if (!FileUtil::PathToRealPath(fullPath,realPath)) { in DmesgSaveTofile()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp111 if (!FileUtil::PathToRealPath(file, realFileName) || realFileName.empty() || in GetFileFd()
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp178 bool PathToRealPath(const std::string& path, std::string& realPath) in PathToRealPath() function
180 return OHOS::PathToRealPath(path, realPath); in PathToRealPath()
/base/update/updater/utils/include/
Dutils.h68 bool PathToRealPath(const std::string &path, std::string &realPath);
/base/hiviewdfx/hiview/base/logstore/
Dlog_store_ex.cpp170 if (!FileUtil::PathToRealPath(path, realPath)) { in RemoveLogFile()
/base/update/updater/services/ui/language/
Dlanguage_ui.cpp172 if (!Utils::PathToRealPath(langRes_.localeFile, realPath)) { in ParseLanguage()
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h88 bool PathToRealPath(const std::string& path, std::string& realPath);
/base/update/updater/services/ui/
Dupdater_ui_config.cpp35 if (!Utils::PathToRealPath(pagePath.dir, pagePath.dir)) { in CanonicalPagePath()
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
Dcode_sign_utils.cpp150 NOT_SATISFIED_RETURN(OHOS::PathToRealPath(path, realPath), CS_ERR_FILE_PATH, in EnforceCodeSignForFile()
/base/update/updater/utils/json/
Djson_node.cpp45 if (!Utils::PathToRealPath(path, realPath)) { in JsonNode()
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dinstall_plugin.cpp182 if (!PathToRealPath(hapFilePath, realPath)) { in InstallParamInit()
/base/update/sys_installer/services/module_update/src/
Dmodule_update.cpp155 if (!PathToRealPath(path, realProfilePath)) { in ParseSaProfiles()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_formatter.cpp153 if (!FileUtil::PathToRealPath(path, realPath)) { in WriteStackTraceFromLog()
/base/update/updater/services/fs_manager/
Dmount.cpp218 if (!Utils::PathToRealPath(devPath, realPath)) { in ErasePartition()
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
Dbundle_manager_proxy.cpp299 if (!PathToRealPath(hapFilePath, realPath)) { in checkHapFilePath()
/base/update/sys_installer/frameworks/ipc_server/src/
Dmodule_update_service.cpp107 if (!CheckFileSuffix(pkgPath, HMP_PACKAGE_SUFFIX) || !PathToRealPath(pkgPath, realPath)) { in InstallModulePackage()
/base/update/updater/utils/
Dutils.cpp553 bool PathToRealPath(const std::string &path, std::string &realPath) in PathToRealPath() function
/base/hiviewdfx/hiview/base/
Dlibhiviewbase.map118 …"OHOS::HiviewDFX::FileUtil::PathToRealPath(std::__h::basic_string<char, std::__h::char_traits<char…
196 …"OHOS::HiviewDFX::FileUtil::PathToRealPath(std::__1::basic_string<char, std::__1::char_traits<char…