Home
last modified time | relevance | path

Searched refs:bufprint_temp_file (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/utils/
Dbufprint.h74 extern char* bufprint_temp_file (char* buffer, char* buffend, const char* suffix);
Dtempfile.c84 p = bufprint_temp_file( p, end, "emulator-XXXXXX" ); in tempfile_create()
Dbufprint.c234 bufprint_temp_file(char* buff, char* end, const char* suffix) in bufprint_temp_file() function
/external/qemu/android/
Duser-config.c74 p = bufprint_temp_file(temp, end, USER_CONFIG_FILE); in auserConfig_new()
/external/qemu/slirp-android/
Dslirp.c231 p = bufprint_temp_file( p, end, "slirp.log" ); in slirp_init()