Searched defs:dumpfile (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc300 string dumpfile = temp_dir.path() + kMDWriterUnitTestFileName; local
316 ASSERT_TRUE(WriteMinidump(dumpfile.c_str(), child, &context, sizeof(context),
322 Minidump minidump(dumpfile);
/external/libmtp/src/
H A Dlibusb-glue.c217 * @param dumpfile set to non-NULL to make the descriptors dump out
221 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) argument
279 if (dumpfile != NULL) {
280 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
281 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
282 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
304 * @param dumpfile set to non-NULL to make the descriptors dump out
308 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) argument
359 if (dumpfile != NULL) {
360 fprintf(dumpfile, "Configuratio
[all...]

Completed in 4114 milliseconds