/base/update/updater/interfaces/kits/misc_info/ |
H A D | misc_info.cpp | 26 char *realPath = realpath(path.c_str(), NULL);
in WriteUpdaterMessage() 58 char *realPath = realpath(path.c_str(), NULL);
in ReadUpdaterMessage() 119 char *realPath = realpath(path.c_str(), NULL);
in WriteUpdaterParaMisc() 161 char *realPath = realpath(path.c_str(), NULL);
in ReadUpdaterParaMisc()
|
/base/startup/init/ueventd/ |
H A D | ueventd_firmware_handler.c | 36 realpath(fwLoadingPath, realPath); in HandleFimwareDeviceEvent()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | file_operator.cpp | 51 (void)realpath(str.c_str(), realPath); in InputFileByPathAndContent() 92 if ((realpath(path.c_str(), realPath) == nullptr) && (errno != ENOENT)) { in GetFileContentByPath()
|
/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_file_operator_func.c | 61 (void)realpath(fileName, filePath); in FileRead() 109 (void)realpath(fileName, filePath); in FileWrite()
|
/base/web/webview/interfaces/kits/napi/protos/ |
H A D | protoc_runner.py | 43 protoc_cmd = [os.path.realpath(options.protoc)]
|
/base/update/updater/utils/ |
H A D | utils_common.cpp | 51 if (realpath(path.c_str(), tmpPath) == nullptr) { in PathToRealPath() 52 LOG(ERROR) << "path to realpath error " << path; in PathToRealPath()
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | selinux_restorecon.c | 197 if (realpath(path, realPath) == NULL || realpath(path, parent) == NULL) { in RestoreconFromParentDir()
|
/base/update/updater/services/applypatch/ |
H A D | partition_record.cpp | 35 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in IsPartitionUpdated() 119 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in RecordPartitionUpdateStatus()
|
/base/startup/init/services/modules/trace/ |
H A D | init_trace.c | 92 realpath(path, realPath);
in ReadFile() 178 realpath(workspace->buffer, realPath);
in WriteStrToFile() 333 realpath(workspace->buffer, realPath);
in ClearTrace() 383 realpath(workspace->buffer, realPath);
in DumpTrace() 427 realpath(workspace->buffer, realPath);
in MarkOthersClockSync()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 145 realpathRes = realpath(filePath.c_str(), nullptr); in CheckTzDataFilePath() 260 if (realpath(path, resolvedPath) == nullptr) { in IsDirExist() 324 if (realpath(tzIdConfigPath, resolvedPath.get()) == nullptr) { in GetTimeZoneAvailableIDs() 325 HILOG_ERROR_I18N("Get realpath failed, errno: %{public}d.", errno); in GetTimeZoneAvailableIDs()
|
/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | check_baseline.py | 151 script_path = os.path.dirname(os.path.realpath(__file__)) 159 output_path = os.path.dirname(os.path.realpath(args.developer_cil_file if with_developer else args.cil_file)) 214 script_dir = os.path.dirname(os.path.realpath(__file__))
|
H A D | check_data_regex.py | 90 script_path = os.path.dirname(os.path.realpath(__file__))
|
H A D | check_partition_label_use.py | 82 script_path = os.path.dirname(os.path.realpath(__file__))
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_catcher.cpp | 80 if (realpath(fileName.c_str(), path) == nullptr) { in AppendFile()
|
/base/hiviewdfx/faultloggerd/common/dfxutil/ |
H A D | string_util.h | 37 if (realpath(path.c_str(), &(realPath[0])) == nullptr) { in RealPath()
|
/base/tee/tee_client/services/teecd/src/ |
H A D | tee_load_dynamic_drv.c | 59 if (realpath(name, realLoadFile) == NULL) { in LoadOneFile()
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_begetctl.c | 44 char *realPath = realpath(ptyName, NULL); in RunAppSandbox() 49 APPSPAWN_CHECK(realPath != NULL, _exit(1), "Failed get realpath, err=%{public}d", errno); in RunAppSandbox()
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_file_utils.cpp | 28 if (realpath(filePath.c_str(), path) == nullptr) { in Open()
|
/base/tee/tee_client/services/authentication/ |
H A D | tcu_authentication.c | 85 (realpath(path, realPath) == NULL));
in GetFileSize() 131 (strlen(path) > PATH_MAX) || (realpath(path, realPath) == NULL) ||
in GetFileInfo()
|
/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_app_load.c | 233 if (realpath(loadFile, realLoadFile) == NULL) { in TEEC_ReadApp() 235 tloge("get file realpath error%d\n", errno); in TEEC_ReadApp() 278 if (realpath(filePath, realPath) != NULL) { in TEEC_LoadSecfile() 282 tloge("realpath open file erro%d, path=%s\n", errno, filePath); in TEEC_LoadSecfile()
|
/base/hiviewdfx/hiview/build/ |
H A D | gen_plugin_build.py | 23 from os.path import realpath namespace 52 build_path = os.path.split(realpath(__file__))[0] 53 root_path = realpath(join(build_path, "..")) 58 gn_path = realpath(join(root_path, info['path'], "BUILD.gn"))
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | file_utils.cpp | 56 if (realpath(path.c_str(), canonicalPath) == nullptr) { in LoadStringFromProcCb() 57 DUMPER_HILOGE(MODULE_COMMON, "realpath failed, errno=%{public}d, path=%{public}s", errno, path.c_str()); in LoadStringFromProcCb()
|
/base/hiviewdfx/hiview/plugins/usage_event_report/service/ |
H A D | usage_event_report_service.cpp | 49 if (strlen(path) >= PATH_MAX || realpath(path, realPath) == nullptr) {
in InitWorkPath()
|
/base/inputmethod/imf/services/file/src/ |
H A D | file_operator.cpp | 125 if (realpath(path, realPath) == nullptr) { in GetRealPath() 126 IMSA_HILOGE("failed to get realpath!"); in GetRealPath()
|
/base/request/request/frameworks/js/napi/src/upload/ |
H A D | obtain_file.cpp | 97 if (filePath.length() > PATH_MAX || realpath(filePath.c_str(), resolvedPath) == nullptr
in IsValidPath()
|