Searched refs:disable_checks_ (Results 1 – 2 of 2) sorted by relevance
63 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()
164 bool disable_checks_; variable