Home
last modified time | relevance | path

Searched defs:FastbootError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dresult.h34 FastbootError(Type&& type) : type_(std::forward<Type>(type)) {} in FastbootError() function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Derror.py40 FastbootError = 9000 variable in ActsErrorCode
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py22 class FastbootError(error.ActsError): class
/aosp_15_r20/development/python-packages/fastboot/
H A Ddevice.py23 class FastbootError(Exception): class