Home
last modified time | relevance | path

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

12

/base/web/webview/ohos_adapter/datashare_adapter/src/
Ddatashare_adapter_impl.cpp43 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/
Ddatashare_adapter.h32 virtual std::string GetRealPath(const std::string& uriStr) const = 0;
/base/startup/init/services/modules/reboot/
Dreboot_misc.c37 char *realPath = GetRealPath(path); in RBMiscWriteUpdaterMessage()
56 char *realPath = GetRealPath(path); in RBMiscReadUpdaterMessage()
/base/web/webview/ohos_adapter/datashare_adapter/include/
Ddatashare_adapter_impl.h31 std::string GetRealPath(const std::string& uriStr) const override;
/base/theme/wallpaper_mgr/utils/include/
Dfile_deal.h34 static bool GetRealPath(const std::string &inOriPath, std::string &outRealPath);
/base/theme/wallpaper_mgr/utils/src/
Dfile_deal.cpp111 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/
Dmodule_loop.cpp130 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/
Dmodule_utils.h37 std::string GetRealPath(const std::string &path);
/base/startup/init/interfaces/innerkits/include/
Dinit_utils.h74 char *GetRealPath(const char *source);
/base/startup/init/services/init/lite/
Dinit_cmds.c81 char *realPath = GetRealPath(ctx->argv[0]); in DoLoadCfg()
/base/telephony/call_manager/services/audio/include/
Daudio_player.h112 bool GetRealPath(const std::string &profilePath, std::string &realPath);
/base/telephony/call_manager/services/audio/src/
Daudio_player.cpp123 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/
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.cpp97 string realPath = GetRealPath(path); in ParseImageStat()
/base/update/updater/utils/include/
Dutils.h83 std::string GetRealPath(const std::string &path);
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp197 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/
Dinit_common_cmds.c267 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/
Dhks_file_operator.c137 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/
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.c304 char *realPath = GetRealPath(buff); in BShellParamCmdMemGet()
/base/startup/init/ueventd/
Dueventd_read_cfg.c235 char *config = GetRealPath(file); in ParseUeventdConfigFile()
/base/update/updater/utils/
Dutils.cpp853 std::string GetRealPath(const std::string &path) in GetRealPath() function
862 return GetRealPath(PREFIX_PARTITION_NODE + name); in GetPartitionRealPath()

12