Home
last modified time | relevance | path

Searched refs:GetRealPath (Results 1 – 25 of 29) sorted by relevance

12

/base/update/updater/services/flashd/daemon/
Dflashd_utils.cpp25 std::string GetRealPath(const std::string &path) in GetRealPath() function
34 return GetRealPath(PREFIX_PARTITION_NODE + name); in GetPartitionRealPath()
Dflashd_utils.h23 std::string GetRealPath(const std::string &path);
/base/theme/wallpaper_mgr/utils/include/
Dfile_deal.h34 static bool GetRealPath(const std::string &inOriPath, std::string &outRealPath);
/base/startup/init/services/modules/reboot/
Dreboot_misc.c37 char *realPath = GetRealPath(path); in RBMiscWriteUpdaterMessage()
56 char *realPath = GetRealPath(path); in RBMiscReadUpdaterMessage()
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dzip_helper.h47 bool GetRealPath(const std::string& fn, std::string& out);
Dzip_helper.cpp59 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/
Dmodule_utils.h37 std::string GetRealPath(const std::string &path);
/base/update/sys_installer/services/module_update/src/
Dmodule_loop.cpp130 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/
Dinit_utils.h67 char *GetRealPath(const char *source);
/base/telephony/call_manager/services/audio/include/
Daudio_player.h102 bool GetRealPath(const std::string &profilePath, std::string &realPath);
/base/startup/init/services/init/lite/
Dinit_cmds.c81 char *realPath = GetRealPath(ctx->argv[0]); in DoLoadCfg()
/base/telephony/call_manager/services/audio/src/
Daudio_player.cpp125 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/
Dfile_deal.cpp117 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/
Dmodule_hvb_ops.cpp77 std::string realPath = GetRealPath(path); in HvbReadFromPartition()
Dmodule_utils.cpp182 std::string GetRealPath(const std::string &filePath) in GetRealPath() function
Dmodule_zip_helper.cpp155 std::string realPath = GetRealPath(zipPath_); in GetFileEntryOffset()
Dmodule_file.cpp95 string realPath = GetRealPath(path); in ParseImageStat()
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp184 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/
Dinit_common_cmds.c260 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/
Dcontrol_fd_service.c76 char *realPath = GetRealPath(msg->ptyName); in CmdOnRecvMessage()
/base/startup/init/interfaces/innerkits/modulemgr/
Dmodulemgr.c119 char *realPath = GetRealPath(path); in ModuleInstall()
/base/startup/init/test/moduletest/
Dparam_test_cmds.c303 char *realPath = GetRealPath(buff); in BShellParamCmdMemGet()
/base/startup/init/ueventd/
Dueventd_read_cfg.c235 char *config = GetRealPath(file); in ParseUeventdConfigFile()
/base/startup/init/interfaces/innerkits/fs_manager/
Dfstab.c202 char *realPath = GetRealPath(file); in ReadFstabFromFile()
Dfstab_mount.c312 char *realPath = GetRealPath(bootctrlDev); in GetSlotInfoFromBootctrl()

12