OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_windows_drive
(Results
1 - 3
of
3
) sorted by null
/external/qemu/include/block/
block_int.h
220
int
is_windows_drive
(const char *filename);
/external/qemu/block/
raw-win32.c
310
if (
is_windows_drive
(filename))
/external/qemu/
block.c
256
int
is_windows_drive
(const char *filename)
function
312
if (
is_windows_drive
(filename) ||
[
all
...]
Completed in 2650 milliseconds