OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vstrcpy
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-arm/
helper-android.c
13
void
vstrcpy
(target_ulong ptr, char *buf, int max)
function
/external/qemu/hw/
goldfish_trace.c
126
vstrcpy
(value, exec_path, CLIENT_PAGE_SIZE);
135
//
vstrcpy
may fail to copy path. In this case lets do it
181
vstrcpy
(value, exec_path, CLIENT_PAGE_SIZE);
195
vstrcpy
(value, exec_path, CLIENT_PAGE_SIZE);
204
//
vstrcpy
may fail to copy path. In this case lets do it
223
vstrcpy
(value, exec_path, CLIENT_PAGE_SIZE);
236
vstrcpy
(value, exec_arg, CLIENT_PAGE_SIZE);
251
vstrcpy
(value, exec_arg, CLIENT_PAGE_SIZE);
goldfish_trace.h
101
extern void
vstrcpy
(target_ulong ptr, char *buf, int max);
Completed in 140 milliseconds