/external/qemu/android/utils/ |
bufprint.h | 70 extern char* bufprint_app_dir (char* buffer, char* buffend);
|
bufprint.c | 64 ** bufprint_app_dir() returns the directory where the emulator binary is located 77 bufprint_app_dir(char* buff, char* end) function 110 bufprint_app_dir(char* buff, char* end) function 135 bufprint_app_dir(char* buff, char* end) function 159 bufprint_app_dir(char* buff, char* end) function
|
/external/qemu/android/avd/ |
util.c | 67 (void) bufprint_app_dir(temp, end);
|
/external/qemu/android/ |
qemu-setup.c | 64 p = bufprint_app_dir(p, end);
|
help.c | 473 p = bufprint_app_dir( p, end ); [all...] |
main-common.c | 171 p = bufprint_app_dir(p, end); 830 app = bufprint_app_dir(temp, end); [all...] |