OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
581
char buf[
FIO_VERROR_SIZE
];
1421
char buf[
FIO_VERROR_SIZE
];
1423
snprintf(buf,
FIO_VERROR_SIZE
, "opendir(%s)", dirname);
fio.h
104
char verror[
FIO_VERROR_SIZE
];
server.c
1088
strncpy(p.ts.verror, ts->verror,
FIO_VERROR_SIZE
- 1);
[
all
...]
/external/fio/engines/
falloc.c
45
char buf[
FIO_VERROR_SIZE
];
Completed in 666 milliseconds