HomeSort by relevance Sort by last modified time
    Searched refs:derror (Results 1 - 14 of 14) sorted by null

  /external/qemu/android/
hw-kmsg.c 45 derror( "could not create kernel log charpipe" );
user-config.c 76 derror("Weird: Cannot create temporary user-config file?");
89 derror("Weird: Can't find parent of user-config file: %s",
96 derror("Weird: No content path for this AVD: %s", parentPath);
101 derror("Using empty user-config, can't create %s: %s",
qemu-setup.c 78 derror( "socket port/path can be followed by [,<option>]+ only\n");
94 derror( "socket port/path can be followed by [,server][,max=<count>] only\n");
235 derror( "env var ANDROID_ADB_SERVER_PORT must be a number > 0. Got \"%s\"\n",
261 derror( "option -ports must be followed by two comma separated positive integer numbers" );
268 derror( "option -ports must be followed by two comma separated positive integer numbers" );
273 derror( "option -ports must be followed by two different integer numbers" );
291 derror( "option -port must be followed by an even integer number between %d and %d\n",
main.c 699 derror("unknown skin name '%s'", name);
846 derror( "keyset name too long: '%s'\n", keyset);
907 derror( "bad parameter value '%s': expecting unsigned integer", value );
917 derror( "bad read/write limit suffix: use K, M or G" );
944 derror( "bad parameter, expecting pid=<number>, got '%s'",
949 derror( "bad parameter: process identifier must be > 0" );
956 derror( "bad parameter: expecting signal=<number>, got '%s'",
961 derror( "bad parameter: signal number must be > 0" );
972 derror( "bad parameter '%s' (see -help-nand-limits)", item );
978 derror( "bad paramater: missing pid=<number>" )
    [all...]
cmdline-option.c 95 derror( "-debug must be followed by tags (see -help-verbose)\n");
158 derror( "-%s must be followed by parameter (see -help-%s)",
boot-properties.c 173 derror("could not register '%s' service", SERVICE_NAME);
hw-qemud.c     [all...]
  /external/qemu/memcheck/
memcheck_logging.h 38 do { if (VERBOSE_CHECK(memcheck)) derror(__VA_ARGS__); } while (0)
  /external/qemu/android/avd/
info.c 240 derror("can't find root of SDK directory");
276 derror("no search paths found in this AVD's configuration.\n"
305 derror("device name too long");
311 derror("unknown virtual device name: '%s'", i->deviceName);
328 derror("bad config: %s",
344 derror("can't access virtual device content directory");
358 derror("bad config: %s",
490 derror("content directory path too long");
534 derror("the %s image is used by another emulator. aborting",
552 derror("could not create %s image at %s: %s"
    [all...]
  /external/qemu/android/utils/
debug.h 72 ** 'derror' prints a severe error message, then appends a '\n'
79 extern void derror( const char* format, ... );
debug.c 57 derror( const char* format, ... ) function
misc.c 104 derror( "%s: could not allocate %d bytes",
stralloc.c 77 derror( "%s: not enough memory to reallocate %ld bytes",
90 derror("%s: trying to grow by too many bytes: %ld",
  /external/qemu/
charpipe.c 54 derror( "%s: not enough memory", __FUNCTION__ );

Completed in 439 milliseconds