Searched refs:WARN (Results 1 - 6 of 6) sorted by relevance

/system/extras/fatblock/
H A Dfatblock.c59 WARN("underlying filesystem has been modified; stopping.\n");
89 WARN("setting USB mass storage file: fopen(%s) failed: %s\n",
94 WARN("writing '/dev/block/ublock%d' to %s.\n", index, filename);
112 WARN("clearing USB mass storage file: fopen(%s) failed: %s\n",
127 WARN("cleanup: clearing USB mass storage file\n");
129 WARN("cleanup: destroying block device\n");
135 WARN("received signal %d\n", sig);
H A Dread.c61 WARN("checking metadata of %s: stat failed: %s\n",
82 WARN("reading %s (%llu, %llu): "
89 WARN("reading %s (%llu, %llu): "
96 WARN("reading %s (%llu, %llu): metadata has changed\n",
103 WARN("reading %s: open failed: %s\n", f->path, strerror(errno));
109 WARN("reading %s (%llu, %llu): seek failed: %s\n",
116 WARN("reading %s (%llu, %llu): read failed: %s\n",
156 WARN("reading extent: unexpected type %d\n", e->type);
H A Dutils.h26 #define WARN(...) EPRINT(__VA_ARGS__) macro
H A Dimport.c104 WARN("importing %s: stat failed: %s\n", path, strerror(errno));
110 WARN("importing %s: couldn't allocate file struct: "
118 WARN("importing %s: couldn't strdup path: out of memory\n",
134 WARN("importing %s: couldn't allocate data extent\n", path);
217 WARN("importing %s: opendir failed: %s\n", path,
224 WARN("importing %s: couldn't allocate dir struct: "
232 WARN("importing %s: couldn't strdup path: out of memory\n",
255 WARN("importing %s: couldn't allocate item struct: "
297 WARN("importing %s: couldn't allocate directory table extent: "
H A Dfs.c130 WARN("allocating extent: filesystem is full!\n");
222 WARN("initializing filesystem: couldn't allocate FAT extent: "
/system/core/fastboot/
H A Dusb_osx.c45 #define WARN(x...) fprintf(stderr, x) macro
47 #define WARN(x...) macro
116 WARN("Unable to create plugin (%08x)\n", kr);
156 WARN("Could not open interface: (%08x)\n", kr);

Completed in 2265 milliseconds