Searched refs:disable_checks_ (Results 1 – 2 of 2) sorted by relevance
67 disable_checks_(no_checks) {} in FastBootDriver()199 if ((size <= 0 || size > MAX_DOWNLOAD_SIZE) && !disable_checks_) { in Download()230 if ((buf.size() == 0 || buf.size() > MAX_DOWNLOAD_SIZE) && !disable_checks_) { in Download()438 if (cmd.size() > FB_COMMAND_SZ && !disable_checks_) { in RawCommand()
171 bool disable_checks_; variable