Home
last modified time | relevance | path

Searched refs:dir_ends_in_slash (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-unix.c2581 dbus_bool_t dir_ends_in_slash; in _dbus_concat_dir_and_file() local
2588 dir_ends_in_slash = '/' == _dbus_string_get_byte (dir, in _dbus_concat_dir_and_file()
2593 if (dir_ends_in_slash && file_starts_with_slash) in _dbus_concat_dir_and_file()
2597 else if (!(dir_ends_in_slash || file_starts_with_slash)) in _dbus_concat_dir_and_file()
Ddbus-sysdeps-win.c1737 dbus_bool_t dir_ends_in_slash; in _dbus_concat_dir_and_file() local
1744 dir_ends_in_slash = in _dbus_concat_dir_and_file()
1752 if (dir_ends_in_slash && file_starts_with_slash) in _dbus_concat_dir_and_file()
1756 else if (!(dir_ends_in_slash || file_starts_with_slash)) in _dbus_concat_dir_and_file()