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