OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_copy
(Results
1 - 4
of
4
) 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
...]
/development/samples/NotePad/src/com/example/android/notepad/
NotesList.java
400
case R.id.
context_copy
:
/external/selinux/libsepol/src/
expand.c
2087
static int
context_copy
(context_struct_t * dst, context_struct_t * src,
function
[
all
...]
Completed in 141 milliseconds