Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp510 string absDestPath; in SendLivePhoto() local
511 if (!PathToRealPath(destPath, absDestPath)) { in SendLivePhoto()
515 UniqueFd destFd(open(absDestPath.c_str(), O_WRONLY)); in SendLivePhoto()
517 MEDIA_ERR_LOG("Failed to open dest path:%{private}s, errno:%{public}d", absDestPath.c_str(), errno); in SendLivePhoto()
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp818 string absDestPath; in GetFdFromSandBoxUri() local
819 if (!PathToRealPath(destPath, absDestPath)) { in GetFdFromSandBoxUri()
823 return MediaFileUtils::OpenFile(absDestPath, MEDIA_FILEMODE_WRITETRUNCATE); in GetFdFromSandBoxUri()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp1765 string absDestPath; in GetFdFromSandBoxUri() local
1766 if (!PathToRealPath(destPath, absDestPath)) { in GetFdFromSandBoxUri()
1770 return MediaFileUtils::OpenFile(absDestPath, MEDIA_FILEMODE_WRITETRUNCATE); in GetFdFromSandBoxUri()

Completed in 7 milliseconds