Searched defs:dumpfile (Results 1 - 6 of 6) 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/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c53 FILE *dumpfile; local
77 if ((dumpfile = fopen(ctx->dump_path, "w+")) == NULL)
80 if (fwrite(typep, 1, 1, dumpfile) != 1)
84 1, dumpfile) != 1)
90 fclose(dumpfile);
/external/curl/tests/server/
H A Dsws.c847 const char *dumpfile=is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; local
855 dump = fopen(dumpfile, "ab");
859 dumpfile, error, strerror(error));
875 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile);
878 dumpfile, error, strerror(error));
880 totalsize-writeleft, totalsize, dumpfile);
890 dumpfile, error, strerror(error));
/external/libmtp/src/
H A Dlibopenusb1-glue.c205 * @param dumpfile set to non-NULL to make the descriptors dump out
209 static int probe_device_descriptor(openusb_dev_handle_t *dev, FILE *dumpfile) { argument
307 if (dumpfile != NULL) {
308 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
309 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
310 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
344 if (dumpfile != NULL && ret > 0) {
345 fprintf(dumpfile, "Microsoft device descriptor 0xee:\n");
346 data_dump_ascii(dumpfile, buf, ret, 16);
392 if (dumpfile !
[all...]
H A Dlibusb-glue.c233 * @param dumpfile set to non-NULL to make the descriptors dump out
237 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) argument
313 if (dumpfile != NULL) {
314 fprintf(dumpfile, " Found PTP device, check vendor "
339 if (dumpfile != NULL) {
340 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
341 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
342 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
397 if (dumpfile != NULL && ret > 0) {
398 fprintf(dumpfile, "Microsof
[all...]
H A Dlibusb1-glue.c230 * @param dumpfile set to non-NULL to make the descriptors dump out
234 static int probe_device_descriptor(libusb_device *dev, FILE *dumpfile) argument
320 if (dumpfile != NULL) {
321 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
322 fprintf(dumpfile, " Found PTP device, check vendor "
349 if (dumpfile != NULL) {
350 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
351 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
352 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
400 if (dumpfile !
[all...]

Completed in 354 milliseconds