HomeSort by relevance Sort by last modified time
    Searched refs:FIO_VERROR_SIZE (Results 1 - 5 of 5) sorted by null

  /external/fio/
stat.h 118 #define FIO_VERROR_SIZE 128
122 char verror[FIO_VERROR_SIZE];
filesetup.c 588 char buf[FIO_VERROR_SIZE];
1415 char buf[FIO_VERROR_SIZE];
1417 snprintf(buf, FIO_VERROR_SIZE, "opendir(%s)", dirname);
fio.h 101 char verror[FIO_VERROR_SIZE];
server.c 1000 strncpy(p.ts.verror, ts->verror, FIO_VERROR_SIZE - 1);
    [all...]
  /external/fio/engines/
falloc.c 45 char buf[FIO_VERROR_SIZE];

Completed in 195 milliseconds