Searched defs:FastbootError (Results 1 – 4 of 4) sorted by relevance
34 FastbootError(Type&& type) : type_(std::forward<Type>(type)) {} in FastbootError() function
40 FastbootError = 9000 variable in ActsErrorCode
22 class FastbootError(error.ActsError): class
23 class FastbootError(Exception): class