Searched refs:next_component (Results 1 – 4 of 4) sorted by relevance
1735 const DBusString *next_component) in _dbus_concat_dir_and_file() argument1741 _dbus_string_get_length (next_component) == 0) in _dbus_concat_dir_and_file()1749 ('/' == _dbus_string_get_byte (next_component, 0) || in _dbus_concat_dir_and_file()1750 '\\' == _dbus_string_get_byte (next_component, 0)); in _dbus_concat_dir_and_file()1762 return _dbus_string_copy (next_component, 0, dir, in _dbus_concat_dir_and_file()
318 const DBusString *next_component);
2579 const DBusString *next_component) in _dbus_concat_dir_and_file() argument2585 _dbus_string_get_length (next_component) == 0) in _dbus_concat_dir_and_file()2591 file_starts_with_slash = '/' == _dbus_string_get_byte (next_component, 0); in _dbus_concat_dir_and_file()2603 return _dbus_string_copy (next_component, 0, dir, in _dbus_concat_dir_and_file()
200 LONG next_component; member