HomeSort by relevance Sort by last modified time
    Searched defs:context_copy (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
md5.cc 267 MD5Context context_copy; local
268 memcpy(&context_copy, context, sizeof(context_copy));
269 MD5Final(digest, &context_copy);
  /external/dbus/bus/
config-parser.c 196 char *context_copy; local
199 context_copy = NULL;
210 context_copy = _dbus_strdup (context);
211 if (context_copy == NULL)
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy))
218 context_copy = NULL;
227 if (context_copy)
228 dbus_free (context_copy);
1711 char *context_copy; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 2087 static int context_copy(context_struct_t * dst, context_struct_t * src, function
    [all...]

Completed in 407 milliseconds