OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ubase
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmime.c
755
const char *umime, *
ubase
;
local
762
ubase
= _xdg_mime_unalias_mime_type (base);
764
if (strcmp (umime,
ubase
) == 0)
769
if (xdg_mime_is_super_type (
ubase
) &&
770
xdg_mime_media_type_equal (umime,
ubase
))
775
if (strcmp (
ubase
, "text/plain") == 0 &&
779
if (strcmp (
ubase
, "application/octet-stream") == 0)
785
if (_xdg_mime_mime_type_subclass (*parents,
ubase
))
xdgmimecache.c
771
const char *umime, *
ubase
;
local
776
ubase
= _xdg_mime_cache_unalias_mime_type (base);
778
if (strcmp (umime,
ubase
) == 0)
786
if (is_super_type (
ubase
) &&
787
xdg_mime_media_type_equal (umime,
ubase
))
792
if (strcmp (
ubase
, "text/plain") == 0 &&
796
if (strcmp (
ubase
, "application/octet-stream") == 0)
827
if (_xdg_mime_cache_mime_type_subclass (cache->buffer + parent_offset,
ubase
))
Completed in 25 milliseconds