Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp223 status_t backupStatus = _Write(fd, in WriteEntry() local
227 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() local
266 if (status == B_OK && backupStatus == B_OK) in Write()
268 return status == B_OK ? backupStatus : status; in Write()