Searched refs:dwarning (Results 1 – 9 of 9) sorted by relevance
/external/qemu/android/ |
D | boot-properties.c | 191 dwarning("boot property missing (=) separator: %s", param); in boot_property_parse_option() 205 dwarning("boot property name too long: '%.*s'", in boot_property_parse_option() 209 dwarning("boot property value too long: '%.*s'", in boot_property_parse_option() 213 dwarning("boot property name contains invalid chars: %.*s", in boot_property_parse_option()
|
D | user-config.c | 79 dwarning("Weird: Content path too long, using temporary user-config."); in auserConfig_new() 111 dwarning("Can't read user-config file: %s\nUsing default values", in auserConfig_new() 206 dwarning("could not save user configuration: %s: %s", in auserConfig_save()
|
D | main.c | 711 dwarning("could not load skin file '%s', using built-in one\n", in init_skinned_ui() 986 dwarning( "no read or write limit specified. ignoring -nand-limits" ); in parse_nand_limits() 1184 dwarning("%s partition size adjusted to match image file %s\n", description, temp); in _adjustPartitionSize() 1325 dwarning( "Please note that -image is obsolete and that -system is now used to point\n" in main() 1337 dwarning( "Please note that the -system option should now be used to point to the initial\n" in main() 1614 dwarning( "Emulated hardware doesn't have audio input."); in main() 1627 dwarning( "Emulated hardware doesn't have audio output"); in main() 1712 dwarning( "could not start packet capture: %s", strerror(errno)); in main() 1876 dwarning( "Emulated hardware doesn't support a cache partition" ); in main() 1897 dwarning( "Emulated hardware doesn't support SD Cards" ); in main()
|
D | qemu-setup.c | 297 … dwarning( "option -port must be followed by an even integer, using port number %d\n", in android_emulation_setup()
|
/external/qemu/android/utils/ |
D | debug.h | 78 extern void dwarning( const char* format, ... );
|
D | debug.c | 45 dwarning( const char* format, ... ) in dwarning() function
|
D | tempfile.c | 147 dwarning("%s: over %d calls. Program exit may not cleanup all temporary files", in atexit_fds_add()
|
D | ini.c | 24 #define W(...) dwarning(__VA_ARGS__)
|
/external/qemu/android/avd/ |
D | info.c | 529 dwarning("ignoring locked %s image at %s", l->imageText, path); in imageLoader_lock() 794 dwarning("ignoring non-existing SD Card image"); in _getImagePaths() 1026 dwarning("no skin directory matched '%s', so reverted to default", in _getSkin() 1211 dwarning( "Another emulator is running. user data changes will *NOT* be saved"); in _getBuildImagePaths() 1325 dwarning("could not find valid skin '%s' in %s:\n", in _getBuildSkin()
|