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()
193 if ((size <= 0 || size > MAX_DOWNLOAD_SIZE) && !disable_checks_) { in Download()
224 if ((buf.size() == 0 || buf.size() > MAX_DOWNLOAD_SIZE) && !disable_checks_) { in Download()
388 if (cmd.size() > FB_COMMAND_SZ && !disable_checks_) { in RawCommand()
Dfastboot_driver.h164 bool disable_checks_; variable