Home
last modified time | relevance | path

Searched refs:_dbus_string_ends_with_c_str (Results 1 – 9 of 9) sorted by relevance

/external/dbus/dbus/
Ddbus-auth-util.c95 if (!_dbus_string_ends_with_c_str (&filename, ".auth-script")) in process_test_subdir()
Ddbus-string.h253 dbus_bool_t _dbus_string_ends_with_c_str (const DBusString *a,
Ddbus-message-util.c501 if (_dbus_string_ends_with_c_str (&filename, ".message-raw")) in process_test_subdir()
505 if (_dbus_string_ends_with_c_str (&filename, ".message")) in process_test_subdir()
Ddbus-string-util.c44 _dbus_string_ends_with_c_str (const DBusString *a, in _dbus_string_ends_with_c_str() function
Ddbus-marshal-recursive-util.c221 if (!_dbus_string_ends_with_c_str (&block->signature, in data_block_verify()
235 if (!_dbus_string_ends_with_c_str (&block->body, in data_block_verify()
/external/dbus/test/
Ddecode-gcov.c1428 if (_dbus_string_ends_with_c_str (&tmp_str, in get_lines_from_bb_file()
2145 if (_dbus_string_ends_with_c_str (filename, ".bb")) in print_one_file()
2168 else if (_dbus_string_ends_with_c_str (filename, ".bbg")) in print_one_file()
2191 else if (_dbus_string_ends_with_c_str (filename, ".da")) in print_one_file()
2214 else if (_dbus_string_ends_with_c_str (filename, ".c")) in print_one_file()
2540 if (_dbus_string_ends_with_c_str (&filename, ".c")) in main()
/external/dbus/bus/
Dconfig-parser.c2121 if (_dbus_string_ends_with_c_str (&full_path, ".conf")) in include_dir()
2683 if (!_dbus_string_ends_with_c_str (&full_path, ".conf")) in process_test_valid_subdir()
2941 if (!_dbus_string_ends_with_c_str (&full_path, ".conf")) in all_are_equiv()
3096 if (!_dbus_string_ends_with_c_str (&path, "share/dbus-1/services")) in test_default_session_servicedirs()
Dactivation.c552 if (!_dbus_string_ends_with_c_str (&filename, ".service")) in update_directory()
/external/dbus/
DChangeLog12826 (_dbus_string_ends_with_c_str): fix overflow thingy