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
328
avd =
createAVD
(opts, &inAndroidBuild);
357
avd = android_avdInfo =
createAVD
(opts, &inAndroidBuild);
558
/* opts->ramdisk is never NULL (see
createAVD
) here */
[
all
...]
main-common.c
784
AvdInfo*
createAVD
(AndroidOptions* opts, int* inAndroidBuild)
[
all
...]
Completed in 250 milliseconds