Home
last modified time | relevance | path

Searched defs:DBUS_IS_DIR_SEPARATOR (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-internals.c358 #define DBUS_IS_DIR_SEPARATOR(c) (c == '\\' || c == '/') macro
360 #define DBUS_IS_DIR_SEPARATOR(c) (c == '/') macro