Home
last modified time | relevance | path

Searched refs:realPathRes (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.cpp117 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetPath()
118 if (realPathRes != ERRNO_NOERR) { in GetPath()
120 NError(realPathRes).ThrowErr(env); in GetPath()
144 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetName()
145 if (realPathRes != ERRNO_NOERR) { in GetName()
147 NError(realPathRes).ThrowErr(env); in GetName()
180 auto [realPathRes, realPath] = RealPathCore(path); in GetParent()
181 if (realPathRes) { in GetParent()
183 NError(realPathRes).ThrowErr(env); in GetParent()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp81 char realPathRes[PATH_MAX + 1] = {'\0'}; in StartVibratorForSystemTone() local
83 (realpath(hapticUri.c_str(), realPathRes) != nullptr), MSERR_OPEN_FILE_FAILED, "Invalid file path length"); in StartVibratorForSystemTone()
84 std::string realPathStr(realPathRes); in StartVibratorForSystemTone()
/foundation/multimedia/av_session/utils/src/
H A Davsession_dynamic_loader.cpp58 char *realPathRes = realpath(dynamicLibrary.c_str(), realCachePath); in OpenDynamicHandle() local
59 if (realPathRes == nullptr || dynamicLibrary.find(".so") == std::string::npos) { in OpenDynamicHandle()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp310 auto [realPathRes, realPath] = RealPathCore(fileEntity->path_); in GetPath()
311 if (realPathRes != ERRNO_NOERR) { in GetPath()
389 auto [realPathRes, realPath] = RealPathCore(path); in GetParent()
390 if (realPathRes != ERRNO_NOERR) { in GetParent()
392 ret.code = realPathRes; in GetParent()
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp89 char realPathRes[PATH_MAX + 1] = {'\0'}; in PrepareSound() local
91 (realpath(audioUri_.c_str(), realPathRes) != nullptr), MSERR_UNSUPPORT_FILE, "Invalid file path length"); in PrepareSound()
92 std::string realPathStr(realPathRes); in PrepareSound()
H A Daudio_haptic_sound_normal_impl.cpp87 char realPathRes[PATH_MAX + 1] = {'\0'}; in ResetAVPlayer() local
89 (realpath(audioUri_.c_str(), realPathRes) != nullptr), MSERR_UNSUPPORT_FILE, "Invalid file path length"); in ResetAVPlayer()
90 std::string realPathStr(realPathRes); in ResetAVPlayer()

Completed in 4 milliseconds