Home
last modified time | relevance | path

Searched refs:realPathStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp38 return realPathStr.find(validFile) == 0; in IsValidFile()
43 std::string realPathStr; in GetRealAndValidPath() local
44 if (!OHOS::PathToRealPath(filePath, realPathStr)) { in GetRealAndValidPath()
48 if (IsValidFile(realPathStr)) { in GetRealAndValidPath()
49 return realPathStr; in GetRealAndValidPath()
450 std::string realPathStr = ""; in GetRealPathStr() local
454 return realPathStr; in GetRealPathStr()
456 realPathStr = actualPath; in GetRealPathStr()
457 return realPathStr; in GetRealPathStr()
460 bool DrawingDCL::IsValidFile(const std::string& realPathStr) in IsValidFile() argument
[all …]
H A Ddrawing_playback.h76 bool IsValidFile(const std::string& realPathStr);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp85 std::string realPathStr(realPathRes); in StartVibratorForSystemTone() local
86 fd = open(realPathStr.c_str(), O_RDONLY); in StartVibratorForSystemTone()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dusage_event_report_service.cpp53 if (std::string realPathStr = realPath; realPathStr.rfind(DEFAULT_WORK_PATH, 0) != 0) { in InitWorkPath() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp94 std::string realPathStr(realPathRes); in OpenAudioUri() local
95 fileDes_ = open(realPathStr.c_str(), O_RDONLY); in OpenAudioUri()
H A Daudio_haptic_sound_normal_impl.cpp92 std::string realPathStr(realPathRes); in ResetAVPlayer() local
97 fileDes_ = open(realPathStr.c_str(), O_RDONLY); in ResetAVPlayer()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp500 std::string realPathStr(realPath); in CheckSymlink() local
502 if (realPathStr.find(item) == 0) { in CheckSymlink()
503 LOGE("find a fd from link, %{public}s", realPathStr.c_str()); in CheckSymlink()