OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vstrcpy
(Results
1 - 4
of
4
) sorted by null
/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);
/external/qemu/target-arm/
helper-android.c
13
void
vstrcpy
(target_ulong ptr, char *buf, int max)
function
/external/qemu/target-mips/
op_helper.c
1917
void
vstrcpy
(target_ulong ptr, char *buf, int max)
function
[
all
...]
Completed in 495 milliseconds