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

  /bootable/recovery/updater/
install.c 96 return ErrorAbort(state, "%s() expects 4-5 args, got %d", name, argc);
119 ErrorAbort(state, "fs_type argument to %s() can't be empty", name);
123 ErrorAbort(state, "partition_type argument to %s() can't be empty",
128 ErrorAbort(state, "location argument to %s() can't be empty", name);
132 ErrorAbort(state, "mount_point argument to %s() can't be empty", name);
193 return ErrorAbort(state, "%s() expects 1 arg, got %d", name, argc);
200 ErrorAbort(state, "mount_point argument to unmount() can't be empty");
221 return ErrorAbort(state, "%s() expects 1 arg, got %d", name, argc);
228 ErrorAbort(state, "mount_point argument to unmount() can't be empty");
277 return ErrorAbort(state, "%s() expects 5 args, got %d", name, argc)
    [all...]
blockimg.c 769 ErrorAbort(state, "stat \"%s\" failed: %s\n", dirname, strerror(errno));
776 ErrorAbort(state, "mkdir \"%s\" failed: %s\n", dirname, strerror(errno));
781 ErrorAbort(state, "not enough space for stash\n");
801 ErrorAbort(state, "not enough space for stash (%d more needed)\n", size);
    [all...]
  /device/asus/fugu/recovery/
recovery_updater.c 293 ErrorAbort(state, "%s() expected 1 arg, got %d", name, argc);
297 ErrorAbort(state, "%s() invalid args ", name);
302 ErrorAbort(state, "filename argument to %s can't be empty", name);
307 ErrorAbort(state, "Unable to open file %s: %s ", filename, strerror(errno));
314 ErrorAbort(state, "Unable to get ifwi_size ");
320 ErrorAbort(state, "Unable to alloc ifwi flash buffer of size %d", ifwi_size);
327 ErrorAbort(state, "Unable to flash ifwi in emmc");
  /bootable/recovery/edify/
expr.h 159 Value* ErrorAbort(State* state, const char* format, ...) __attribute__((format(printf, 2, 3)));
expr.c 39 ErrorAbort(state, "expecting string, got value type %d", v->type);
496 Value* ErrorAbort(State* state, const char* format, ...) {

Completed in 115 milliseconds