Searched refs:opRet (Results 1 – 3 of 3) sorted by relevance
104 if (opRet != E_OK) { in CopyThumbnail()105 return opRet; in CopyThumbnail()151 if (opRet != E_OK) { in CopyPhoto()152 return opRet; in CopyPhoto()156 return opRet; in CopyPhoto()368 return opRet; in CopyPhotoFile()402 return opRet; in CopyPhotoRelatedVideoFile()427 return opRet; in CopyPhotoRelatedData()463 return opRet; in CopyPhotoRelatedThumbnail()486 opRet = opRet && MediaFileUtils::IsFileExists(targetPath); in CopyFile()[all …]
557 int32_t opRet = E_FAIL; in MovePicture() local559 opRet = this->MoveFile(fileInfo.filePath, localPath); in MovePicture()561 opRet = this->CopyFile(fileInfo.filePath, localPath); in MovePicture()563 if (opRet != E_OK) { in MovePicture()712 int32_t opRet = E_FAIL; in MoveThumbnailDir() local714 opRet = MediaFileUtils::ModifyAsset(thumbnailOldDir, thumbnailNewDir); in MoveThumbnailDir()716 opRet = MediaFileUtils::CopyDirectory(thumbnailOldDir, thumbnailNewDir); in MoveThumbnailDir()718 if (opRet != E_OK) { in MoveThumbnailDir()720 return opRet; in MoveThumbnailDir()726 return opRet; in MoveThumbnailDir()
652 int32_t opRet = E_FAIL; in MoveDirectory() local654 opRet = this->MoveFile(srcFilePath, dstFilePath); in MoveDirectory()656 opRet = this->CopyFile(srcFilePath, dstFilePath); in MoveDirectory()658 if (opRet != E_OK) { in MoveDirectory()