Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/xdgmime/
Dtest-mime.c51 test_individual_glob ("Foo*.gif", XDG_GLOB_FULL); in test_glob_type()
52 test_individual_glob ("*[4].gif", XDG_GLOB_FULL); in test_glob_type()
54 test_individual_glob ("sldkfjvlsdf\\\\slkdjf", XDG_GLOB_FULL); in test_glob_type()
55 test_individual_glob ("tree.[ch]", XDG_GLOB_FULL); in test_glob_type()
Dxdgmimeglob.h39 XDG_GLOB_FULL /* x*.[ch] */ enumerator
Dxdgmimeglob.c481 return XDG_GLOB_FULL; in _xdg_glob_determine_type()
514 case XDG_GLOB_FULL: in _xdg_glob_hash_append_glob()