Searched defs:boot_prop_ip (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/android/
H A Dmain.c182 char boot_prop_ip[64]; local
183 boot_prop_ip[0] = '\0';
367 snprintf(boot_prop_ip, sizeof(boot_prop_ip),
488 if (boot_prop_ip[0]) {
490 args[n++] = boot_prop_ip;

Completed in 67 milliseconds