Home
last modified time | relevance | path

Searched refs:realpath (Results 1 - 25 of 120) sorted by relevance

12345

/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp26 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 Dueventd_firmware_handler.c36 realpath(fwLoadingPath, realPath); in HandleFimwareDeviceEvent()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dfile_operator.cpp51 (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 Dhks_test_file_operator_func.c61 (void)realpath(fileName, filePath); in FileRead()
109 (void)realpath(fileName, filePath); in FileWrite()
/base/web/webview/interfaces/kits/napi/protos/
H A Dprotoc_runner.py43 protoc_cmd = [os.path.realpath(options.protoc)]
/base/update/updater/utils/
H A Dutils_common.cpp51 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 Dselinux_restorecon.c197 if (realpath(path, realPath) == NULL || realpath(path, parent) == NULL) { in RestoreconFromParentDir()
/base/update/updater/services/applypatch/
H A Dpartition_record.cpp35 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 Dinit_trace.c92 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 Dutils.cpp145 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 Dcheck_baseline.py151 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 Dcheck_data_regex.py90 script_path = os.path.dirname(os.path.realpath(__file__))
H A Dcheck_partition_label_use.py82 script_path = os.path.dirname(os.path.realpath(__file__))
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_catcher.cpp80 if (realpath(fileName.c_str(), path) == nullptr) { in AppendFile()
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_util.h37 if (realpath(path.c_str(), &(realPath[0])) == nullptr) { in RealPath()
/base/tee/tee_client/services/teecd/src/
H A Dtee_load_dynamic_drv.c59 if (realpath(name, realLoadFile) == NULL) { in LoadOneFile()
/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c44 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 Dvcard_file_utils.cpp28 if (realpath(filePath.c_str(), path) == nullptr) { in Open()
/base/tee/tee_client/services/authentication/
H A Dtcu_authentication.c85 (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 Dtee_client_app_load.c233 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 Dgen_plugin_build.py23 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 Dfile_utils.cpp56 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 Dusage_event_report_service.cpp49 if (strlen(path) >= PATH_MAX || realpath(path, realPath) == nullptr) { in InitWorkPath()
/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp125 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 Dobtain_file.cpp97 if (filePath.length() > PATH_MAX || realpath(filePath.c_str(), resolvedPath) == nullptr in IsValidPath()

Completed in 10 milliseconds

12345