Home
last modified time | relevance | path

Searched refs:FTYPE_FILE (Results 1 – 2 of 2) sorted by relevance

/external/qemu/block/
Draw-win32.c31 #define FTYPE_FILE 0 macro
82 s->type = FTYPE_FILE; in raw_open()
186 case FTYPE_FILE: in raw_getlength()
299 return FTYPE_FILE; in find_device_type()
302 return FTYPE_FILE; in find_device_type()
380 if (s->type == FTYPE_FILE)
Draw-posix.c95 #define FTYPE_FILE 0 macro
205 s->type = FTYPE_FILE; in raw_open()
262 if (s->type != FTYPE_FILE) { in raw_pread_aligned()
572 if (s->type != FTYPE_FILE) in raw_truncate()
869 s->type = FTYPE_FILE; in hdev_open()