HomeSort by relevance Sort by last modified time
    Searched refs:vstrcpy (Results 1 - 4 of 4) 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 127 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE);
136 // vstrcpy may fail to copy path. In this case lets do it
182 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE);
196 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE);
205 // vstrcpy may fail to copy path. In this case lets do it
224 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE);
237 vstrcpy(value, exec_arg, CLIENT_PAGE_SIZE);
252 vstrcpy(value, exec_arg, CLIENT_PAGE_SIZE);
goldfish_trace.h 101 extern void vstrcpy(target_ulong ptr, char *buf, int max);
  /external/qemu/target-mips/
op_helper.c 1995 void vstrcpy(target_ulong ptr, char *buf, int max) function
    [all...]

Completed in 54 milliseconds