/base/update/updater/utils/include/ |
H A D | utils_common.h | 27 bool PathToRealPath(const std::string &path, std::string &realPath);
|
/base/security/code_signature/test/unittest/ |
H A D | local_code_sign_utils_test.cpp | 59 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 D | local_code_sign_utils_mock_test.cpp | 64 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath);
in HWTEST_F()
|
/base/security/code_signature/utils/src/ |
H A D | file_helper.cpp | 31 if (!OHOS::PathToRealPath(path, realPath)) {
in CheckFilePathValid()
|
/base/hiviewdfx/hiview/utility/smart_parser/ |
H A D | smart_parser.cpp | 32 if (!FileUtil::PathToRealPath(analysisConfig, config) || config.empty()) { in Analysis()
|
/base/security/security_guard/services/security_collector/src/ |
H A D | lib_loader.cpp | 38 if (!PathToRealPath(m_libPath, realPath) || realPath.find("/system/lib") != 0) { in LoadLib()
|
/base/update/sys_installer/frameworks/actions/verify_action/src/ |
H A D | pkg_verify.cpp | 47 if (!Utils::PathToRealPath(pkgPath, realPath)) { in Verify()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/ |
H A D | faultlog_query_result_ohos.cpp | 47 if ((!info->logPath.empty()) && OHOS::HiviewDFX::FileUtil::PathToRealPath(info->logPath, realPath)) { in GetNext()
|
/base/update/updater/utils/ |
H A D | utils_common.cpp | 38 bool PathToRealPath(const std::string &path, std::string &realPath) in PathToRealPath() function
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
H A D | log_util.cpp | 111 if (!FileUtil::PathToRealPath(file, realFileName) || realFileName.empty() || in GetFileFd()
|
/base/hiviewdfx/hiview/plugins/eventlogger/config/ |
H A D | event_logger_config.cpp | 48 if (!FileUtil::PathToRealPath(configPath_, realPath)) { in OpenConfig()
|
/base/security/code_signature/services/local_code_sign/src/ |
H A D | local_code_sign_service.cpp | 123 if (!OHOS::PathToRealPath(filePath, realPath)) {
in SignLocalCode()
|
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/ |
H A D | code_sign_utils.cpp | 184 if (!OHOS::PathToRealPath(path, realPath)) {
228 if (!OHOS::PathToRealPath(path, realPath)) {
|
/base/hiviewdfx/hiview/base/logstore/ |
H A D | log_store_ex.cpp | 171 if (!FileUtil::PathToRealPath(path, realPath)) {
in RemoveLogFile()
|
/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | model_manager.cpp | 79 if (!PathToRealPath(cfg.path, realPath) || realPath.find(PREFIX_MODEL_PATH) != 0) { in InitModel()
|
/base/update/updater/services/ui/language/ |
H A D | language_ui.cpp | 196 if (!Utils::PathToRealPath(langRes_.localeFile, realPath)) { in ParseLanguage()
|
/base/update/updater/services/ui/ |
H A D | updater_ui_config.cpp | 35 if (!Utils::PathToRealPath(pagePath.dir, pagePath.dir)) { in CanonicalPagePath()
|
/base/update/updater/utils/json/ |
H A D | json_node.cpp | 45 if (!Utils::PathToRealPath(path, realPath)) { in JsonNode()
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | hiview_zip_util.cpp | 95 if (!FileUtil::PathToRealPath(file, realPath)) { in GetFileHandle()
|
H A D | file_util.cpp | 221 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 D | file_util.h | 92 bool PathToRealPath(const std::string& path, std::string& realPath);
|
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 104 if (FileUtil::PathToRealPath(targetPath, realPath)) { in WriteKernelStackToFd()
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | install_plugin.cpp | 182 if (!PathToRealPath(hapFilePath, realPath)) { in InstallParamInit()
|
/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | module_update_service.cpp | 64 if (!CheckFileSuffix(pkgPath, HMP_PACKAGE_SUFFIX) || !PathToRealPath(pkgPath, realPath)) { in InstallModulePackage()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.cpp | 177 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()
|