Searched refs:getWriteError (Results 1 – 3 of 3) sorted by relevance
171 status_t getWriteError();
757 if (mPersistedFile->getWriteError() != NO_ERROR) { in cancel_and_remove_failed_requests()759 strerror(-mPersistedFile->getWriteError())); in cancel_and_remove_failed_requests()
494 status_t ReportFile::getWriteError() { in getWriteError() function in android::os::incidentd::ReportFile