OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIO_TYPE_PIPE
(Results
1 - 4
of
4
) sorted by null
/external/fio/
file.h
19
FIO_TYPE_PIPE
, /* pipe */
filesetup.c
422
} else if (f->filetype == FIO_TYPE_CHAR || f->filetype ==
FIO_TYPE_PIPE
)
1127
f->filetype =
FIO_TYPE_PIPE
;
1142
f->filetype =
FIO_TYPE_PIPE
;
ioengines.c
437
if (f->filetype ==
FIO_TYPE_PIPE
) {
/external/fio/engines/
windowsaio.c
161
if (f->filetype ==
FIO_TYPE_PIPE
) {
Completed in 1377 milliseconds