HomeSort by relevance Sort by last modified time
    Searched refs:service_copy (Results 1 - 2 of 2) sorted by null

  /system/bt/service/test/
gatt_identifier_unittest.cpp 55 GattIdentifier service_copy = *service0; local
56 EXPECT_TRUE(service_copy == *service0);
  /external/dbus/bus/
config-parser.c 195 char *service_copy; local
198 service_copy = NULL;
207 service_copy = _dbus_strdup (service);
208 if (service_copy == NULL)
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy))
217 service_copy = NULL;
224 if (service_copy)
225 dbus_free (service_copy);
    [all...]

Completed in 71 milliseconds