/external/qemu/android/utils/ |
bufprint.h | 60 ** bufprint_config_file() appends the name of a file or directory relative to the 72 extern char* bufprint_config_file(char* buffer, char* buffend, const char* suffix);
|
bufprint.c | 193 bufprint_config_file(char* buff, char* end, const char* suffix) function
|
/external/qemu/android/ |
user-config.c | 65 p = bufprint_config_file(temp, end, USER_CONFIG_FILE);
|
help.c | 294 bufprint_config_file( temp, temp+sizeof(temp), KEYSET_FILE ); [all...] |
main-common.c | 161 p = bufprint_config_file(p, end, keyset); 184 bufprint_config_file( path, path+sizeof(path), KEYSET_FILE ); [all...] |
/external/qemu/telephony/ |
android_modem.c | 587 start = bufprint_config_file( start, end, "modem-nv-ram-" ); [all...] |