Searched defs:boot_prop_ip (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dmain.c183 char boot_prop_ip[64]; local
184 boot_prop_ip[0] = '\0';
364 snprintf(boot_prop_ip, sizeof(boot_prop_ip),
453 if (boot_prop_ip[0]) {
455 args[n++] = boot_prop_ip;

Completed in 17 milliseconds