Searched defs:DBUS_IS_DIR_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
358 #define DBUS_IS_DIR_SEPARATOR(c) (c == '\\' || c == '/') macro360 #define DBUS_IS_DIR_SEPARATOR(c) (c == '/') macro