Searched refs:backupStatus (Results 1 – 1 of 1) sorted by relevance
223 status_t backupStatus = _Write(fd, in WriteEntry() local227 if (status == B_OK && backupStatus == B_OK) in WriteEntry()229 return status == B_OK ? backupStatus : status; in WriteEntry()263 status_t backupStatus = _Write(fd, in Write() local266 if (status == B_OK && backupStatus == B_OK) in Write()268 return status == B_OK ? backupStatus : status; in Write()