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

  /external/qemu/android/utils/
system.h 65 char* android_strdup(const char* src);
67 #define ASTRDUP(str) android_strdup(str)
system.c 124 android_strdup( const char* str ) function
  /external/qemu/android/
main-common.c 662 return android_strdup(temp);
675 return android_strdup(temp);
863 opts->datadir = android_strdup(opts->sysdir);
882 opts->data = android_strdup(tmp);
889 opts->snapstorage = android_strdup(tmp);
    [all...]

Completed in 53 milliseconds