Searched refs:dir_ends_in_slash (Results 1 – 2 of 2) sorted by relevance
2581 dbus_bool_t dir_ends_in_slash; in _dbus_concat_dir_and_file() local2588 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()
1737 dbus_bool_t dir_ends_in_slash; in _dbus_concat_dir_and_file() local1744 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()