Home
last modified time | relevance | path

Searched refs:absDestPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp486 string absDestPath; in SendLivePhoto() local
487 if (!PathToRealPath(destPath, absDestPath)) { in SendLivePhoto()
491 UniqueFd destFd(open(absDestPath.c_str(), O_WRONLY)); in SendLivePhoto()
493 …MEDIA_ERR_LOG("Failed to open dest path:%{private}s, errno:%{public}d", absDestPath.c_str(), errno… in SendLivePhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp817 string absDestPath; in GetFdFromSandBoxUri() local
818 if (!PathToRealPath(destPath, absDestPath)) { in GetFdFromSandBoxUri()
822 return MediaFileUtils::OpenFile(absDestPath, MEDIA_FILEMODE_WRITETRUNCATE); in GetFdFromSandBoxUri()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp1392 string absDestPath; in GetFdFromSandBoxUri() local
1393 if (!PathToRealPath(destPath, absDestPath)) { in GetFdFromSandBoxUri()
1397 return MediaFileUtils::OpenFile(absDestPath, MEDIA_FILEMODE_WRITETRUNCATE); in GetFdFromSandBoxUri()