Home
last modified time | relevance | path

Searched refs:_dbus_path_is_absolute (Results 1 – 6 of 6) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-util.c118 if (_dbus_path_is_absolute (&p) != expected) in check_path_absolute()
121 path, expected, _dbus_path_is_absolute (&p)); in check_path_absolute()
Ddbus-sysdeps.h330 dbus_bool_t _dbus_path_is_absolute (const DBusString *filename);
Ddbus-sysdeps-util-unix.c583 _dbus_path_is_absolute (const DBusString *filename) in _dbus_path_is_absolute() function
Ddbus-sysdeps-win.c3017 if (!_dbus_path_is_absolute (&p)) in _dbus_get_standard_session_servicedirs()
3625 _dbus_path_is_absolute (const DBusString *filename) in _dbus_path_is_absolute() function
/external/dbus/
DNEWS519 · Include _dbus_path_is_absolute in libdbus on Windows, fixing compilation
/external/dbus/bus/
Dconfig-parser.c2078 if (_dbus_path_is_absolute (filename)) in make_full_path()