Home
last modified time | relevance | path

Searched refs:moveRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp252 bool moveRet = MoveAsset(fileList, true); in HandleSingleFile() local
253 if (!moveRet) { in HandleSingleFile()
297 bool moveRet = MoveAsset(fileList, false); in HandleZipFile() local
298 if (!moveRet) { in HandleZipFile()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp470 int moveRet = MoveFile(filePath, newDestPath); in RecoverFile() local
471 if (moveRet != ERRNO_NOERR) { in RecoverFile()
473 NError(moveRet).ThrowErr(env); in RecoverFile()
508 int moveRet = MoveFile(filePath, sourceFilePath); in RecoverFilePart() local
509 if (moveRet != ERRNO_NOERR) { in RecoverFilePart()
510 return moveRet; in RecoverFilePart()