HomeSort by relevance Sort by last modified time
    Searched defs:ignore_error (Results 1 - 3 of 3) sorted by null

  /build/kati/
command.h 28 explicit Command(Symbol o) : output(o), echo(true), ignore_error(false) {}
32 bool ignore_error; member in struct:Command
command.cc 148 void ParseCommandPrefixes(StringPiece* s, bool* echo, bool* ignore_error) {
155 *ignore_error = true;
207 bool ignore_error = global_ignore_error; local
208 ParseCommandPrefixes(&cmd, &echo, &ignore_error);
214 command->ignore_error = ignore_error;
229 c->ignore_error = false;
  /external/fio/
thread_options.h 87 int *ignore_error[ERROR_TYPE_CNT]; member in struct:thread_options
360 uint32_t ignore_error[ERROR_TYPE_CNT][ERROR_STR_MAX]; member in struct:thread_options_pack

Completed in 290 milliseconds