Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp63 disable_checks_(no_checks) {} in FastBootDriver()
184 if ((size <= 0 || size > MAX_DOWNLOAD_SIZE) && !disable_checks_) { in Download()
215 if ((buf.size() == 0 || buf.size() > MAX_DOWNLOAD_SIZE) && !disable_checks_) { in Download()
379 if (cmd.size() > FB_COMMAND_SZ && !disable_checks_) { in RawCommand()
Dfastboot_driver.h162 bool disable_checks_; variable