| /base/web/webview/ohos_adapter/datashare_adapter/src/ |
| D | datashare_adapter_impl.cpp | 43 std::string DatashareAdapterImpl::GetRealPath(const std::string& uriStr) const in GetRealPath() function in OHOS::NWeb::DatashareAdapterImpl 47 return fileUri.GetRealPath(); in GetRealPath()
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | datashare_adapter.h | 32 virtual std::string GetRealPath(const std::string& uriStr) const = 0;
|
| /base/startup/init/services/modules/reboot/ |
| D | reboot_misc.c | 37 char *realPath = GetRealPath(path); in RBMiscWriteUpdaterMessage() 56 char *realPath = GetRealPath(path); in RBMiscReadUpdaterMessage()
|
| /base/web/webview/ohos_adapter/datashare_adapter/include/ |
| D | datashare_adapter_impl.h | 31 std::string GetRealPath(const std::string& uriStr) const override;
|
| /base/theme/wallpaper_mgr/utils/include/ |
| D | file_deal.h | 34 static bool GetRealPath(const std::string &inOriPath, std::string &outRealPath);
|
| /base/theme/wallpaper_mgr/utils/src/ |
| D | file_deal.cpp | 111 bool FileDeal::GetRealPath(const std::string &inOriPath, std::string &outRealPath) in GetRealPath() function in OHOS::WallpaperMgrService::FileDeal 144 if (!GetRealPath(sourcePath, fileRealPath)) { in ForcedRefreshDisk()
|
| /base/update/sys_installer/services/module_update/src/ |
| D | module_loop.cpp | 130 string realPath = GetRealPath(sysfsDevice); in ConfigureReadAhead() 210 string realPath = GetRealPath(target); in SetUpLoopDevice() 259 string realPath = GetRealPath(device); in WaitForDevice()
|
| /base/update/sys_installer/services/module_update/util/include/ |
| D | module_utils.h | 37 std::string GetRealPath(const std::string &path);
|
| /base/startup/init/interfaces/innerkits/include/ |
| D | init_utils.h | 74 char *GetRealPath(const char *source);
|
| /base/startup/init/services/init/lite/ |
| D | init_cmds.c | 81 char *realPath = GetRealPath(ctx->argv[0]); in DoLoadCfg()
|
| /base/telephony/call_manager/services/audio/include/ |
| D | audio_player.h | 112 bool GetRealPath(const std::string &profilePath, std::string &realPath);
|
| /base/telephony/call_manager/services/audio/src/ |
| D | audio_player.cpp | 123 if (!GetRealPath(path, realPath) || realPath.empty()) { in Play() 254 bool AudioPlayer::GetRealPath(const std::string &profilePath, std::string &realPath) in GetRealPath() function in OHOS::Telephony::AudioPlayer
|
| /base/update/sys_installer/services/module_update/util/src/ |
| D | module_hvb_ops.cpp | 77 std::string realPath = GetRealPath(path); in HvbReadFromPartition()
|
| D | module_utils.cpp | 182 std::string GetRealPath(const std::string &filePath) in GetRealPath() function
|
| D | module_zip_helper.cpp | 155 std::string realPath = GetRealPath(zipPath_); in GetFileEntryOffset()
|
| D | module_file.cpp | 97 string realPath = GetRealPath(path); in ParseImageStat()
|
| /base/update/updater/utils/include/ |
| D | utils.h | 83 std::string GetRealPath(const std::string &path);
|
| /base/theme/wallpaper_mgr/frameworks/native/src/ |
| D | wallpaper_manager.cpp | 197 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetWallpaper() 287 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetVideo() 319 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetCustomWallpaper()
|
| /base/startup/init/services/init/ |
| D | init_common_cmds.c | 267 realPath1 = GetRealPath(ctx->argv[0]); in DoCopy() 285 realPath2 = GetRealPath(ctx->argv[1]); in DoCopy() 492 char *realPath = GetRealPath(ctx->argv[0]); in DoWrite()
|
| /base/security/huks/utils/file_operator/ |
| D | hks_file_operator.c | 137 static int32_t GetRealPath(const char *fileName, char *filePath) in GetRealPath() function 154 int32_t ret = GetRealPath(fileName, filePath); in FileWrite()
|
| /base/startup/init/interfaces/innerkits/control_fd/ |
| D | control_fd_service.c | 76 char *realPath = GetRealPath(msg->ptyName); in CmdOnRecvMessage()
|
| /base/startup/init/interfaces/innerkits/modulemgr/ |
| D | modulemgr.c | 119 char *realPath = GetRealPath(path); in ModuleInstall()
|
| /base/startup/init/test/moduletest/ |
| D | param_test_cmds.c | 304 char *realPath = GetRealPath(buff); in BShellParamCmdMemGet()
|
| /base/startup/init/ueventd/ |
| D | ueventd_read_cfg.c | 235 char *config = GetRealPath(file); in ParseUeventdConfigFile()
|
| /base/update/updater/utils/ |
| D | utils.cpp | 853 std::string GetRealPath(const std::string &path) in GetRealPath() function 862 return GetRealPath(PREFIX_PARTITION_NODE + name); in GetPartitionRealPath()
|