HomeSort by relevance Sort by last modified time
    Searched defs:error_errno (Results 1 - 3 of 3) sorted by null

  /system/core/libsparse/
sparse_defs.h 47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 34 #define error_errno(s, a...) error(s ": %s", ##a, strerror(errno)) macro
76 error_errno("failed to open /proc/sys/vm/drop_caches");
80 error_errno("failed to write to /proc/sys/vm/drop_caches");
90 error_errno("failed to open %s", filename);
94 error_errno("failed to read %s", filename);
137 error_errno("failed to seek output file to %lx", to_offset);
146 error_errno("failed to write to output file");
164 error_errno("failed to seek output file to %lx", to_offset);
168 error_errno("failed to seek input file to %lx", from_offset);
180 error_errno("failed to read from output file")
    [all...]
  /system/extras/ext4_utils/
ext4_utils.h 61 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro

Completed in 187 milliseconds