Home
last modified time | relevance | path

Searched refs:avdInfo_getContentPath (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/avd/
Dinfo.h210 const char* avdInfo_getContentPath( AvdInfo* i );
Dinfo.c1039 avdInfo_getContentPath( AvdInfo* i ) in avdInfo_getContentPath() function
/external/qemu/android/
Duser-config.c67 p = bufprint(temp, end, "%s/%s", avdInfo_getContentPath(info), in auserConfig_new()
Dmain.c541 opts->sysdir = ASTRDUP(avdInfo_getContentPath(avd)); in main()