OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAVD
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
main-common.h
77
struct AvdInfo*
createAVD
(AndroidOptions* opts, int* inAndroidBuild);
main.c
269
avd =
createAVD
(opts, &inAndroidBuild);
298
avd = android_avdInfo =
createAVD
(opts, &inAndroidBuild);
509
/* opts->ramdisk is never NULL (see
createAVD
) here */
[
all
...]
main-common.c
1004
AvdInfo*
createAVD
(AndroidOptions* opts, int* inAndroidBuild)
[
all
...]
Completed in 471 milliseconds