Home
last modified time | relevance | path

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

/external/qemu/
Dpath.c66 # define is_dir_maybe(type) ((type) == DT_DIR || (type) == DT_UNKNOWN) macro
69 # define is_dir_maybe(type) (type) macro
101 if (is_dir_maybe(type)) { in add_entry()