| /base/update/updater/services/flashd/daemon/ |
| D | flashd_utils.cpp | 25 std::string GetRealPath(const std::string &path) in GetRealPath() function 34 return GetRealPath(PREFIX_PARTITION_NODE + name); in GetPartitionRealPath()
|
| D | flashd_utils.h | 23 std::string GetRealPath(const std::string &path);
|
| /base/theme/wallpaper_mgr/utils/include/ |
| D | file_deal.h | 34 static bool GetRealPath(const std::string &inOriPath, std::string &outRealPath);
|
| /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/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
| D | zip_helper.h | 47 bool GetRealPath(const std::string& fn, std::string& out);
|
| D | zip_helper.cpp | 59 bool GetRealPath(const std::string& fn, std::string& out) in GetRealPath() function 75 GetRealPath(path, realfpath); in ReadFileToString()
|
| /base/update/sys_installer/services/module_update/util/include/ |
| D | module_utils.h | 37 std::string GetRealPath(const std::string &path);
|
| /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/startup/init/services/include/ |
| D | init_utils.h | 67 char *GetRealPath(const char *source);
|
| /base/telephony/call_manager/services/audio/include/ |
| D | audio_player.h | 102 bool GetRealPath(const std::string &profilePath, std::string &realPath);
|
| /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/src/ |
| D | audio_player.cpp | 125 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/theme/wallpaper_mgr/utils/src/ |
| D | file_deal.cpp | 117 bool FileDeal::GetRealPath(const std::string &inOriPath, std::string &outRealPath) in GetRealPath() function in OHOS::WallpaperMgrService::FileDeal
|
| /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 | 95 string realPath = GetRealPath(path); in ParseImageStat()
|
| /base/theme/wallpaper_mgr/frameworks/native/src/ |
| D | wallpaper_manager.cpp | 184 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetWallpaper() 274 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetVideo() 306 if (!FileDeal::GetRealPath(uri, fileRealPath)) { in SetCustomWallpaper()
|
| /base/startup/init/services/init/ |
| D | init_common_cmds.c | 260 realPath1 = GetRealPath(ctx->argv[0]); in DoCopy() 278 realPath2 = GetRealPath(ctx->argv[1]); in DoCopy() 479 char *realPath = GetRealPath(ctx->argv[0]); in DoWrite()
|
| /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 | 303 char *realPath = GetRealPath(buff); in BShellParamCmdMemGet()
|
| /base/startup/init/ueventd/ |
| D | ueventd_read_cfg.c | 235 char *config = GetRealPath(file); in ParseUeventdConfigFile()
|
| /base/startup/init/interfaces/innerkits/fs_manager/ |
| D | fstab.c | 202 char *realPath = GetRealPath(file); in ReadFstabFromFile()
|
| D | fstab_mount.c | 312 char *realPath = GetRealPath(bootctrlDev); in GetSlotInfoFromBootctrl()
|