Home
last modified time | relevance | path

Searched refs: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
378 if (DBUS_IS_DIR_SEPARATOR(*p)) in _dbus_file_path_extract_elements_from_tail()