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

/system/core/fastbootd/
H A Ddebug.h25 #define WARN 1 macro
H A Dusb_linux_client.c223 D(WARN, "[ bulk_read failed fd=%d length=%d errno=%d %s ]",
260 D(WARN, "[ bulk_read failed fd=%d length=%d errno=%d %s ]",
299 D(WARN, "[ kick: source (fd=%d) clear halt failed (%d) ]", usb_transport->bulk_in, errno);
303 D(WARN, "[ kick: sink (fd=%d) clear halt failed (%d) ]", usb_transport->bulk_out, errno);
H A Dconfig.c107 D(WARN, "error parsing " CONFIG_PATH " line %d", c);
H A Dtransport.c66 D(WARN, "transport read failed, ret=%d %s", ret, strerror(-ret));
/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 85 milliseconds