OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rwImage
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/qemu-launcher/
emulator-qemu.cpp
386
char*
rwImage
= NULL;
394
rwImage
= avdInfo_getSystemImagePath(avd);
395
if (
rwImage
!= NULL) {
420
if (
rwImage
!= NULL) {
422
hw->disk_systemPartition_path =
rwImage
;
424
D("Using direct system image: %s",
rwImage
);
/external/qemu/android/
main.c
585
char*
rwImage
= NULL;
593
rwImage
= avdInfo_getSystemImagePath(avd);
594
if (
rwImage
!= NULL) {
619
if (
rwImage
!= NULL) {
621
hw->disk_systemPartition_path =
rwImage
;
623
D("Using direct system image: %s",
rwImage
);
[
all
...]
Completed in 58 milliseconds