Home
last modified time | relevance | path

Searched refs:dumpfile (Results 1 – 6 of 6) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.c221 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) in probe_device_descriptor() argument
279 if (dumpfile != NULL) { in probe_device_descriptor()
280 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k); in probe_device_descriptor()
281 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n"); in probe_device_descriptor()
282 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n"); in probe_device_descriptor()
308 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) in probe_device_descriptor() argument
359 if (dumpfile != NULL) { in probe_device_descriptor()
360 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k); in probe_device_descriptor()
361 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n"); in probe_device_descriptor()
362 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n"); in probe_device_descriptor()
[all …]
/external/autotest/site_utils/
Ddump_to_cloudsql.py193 def dump_to_cloudsql(dumpfile, manager, cmd_offset=0): argument
203 total = os.path.getsize(dumpfile)
206 with open(dumpfile, 'r') as dump:
/external/autotest/client/cros/
Dp2p_utils.py102 dumpfile = os.path.join(dumpdir, 'dump-%s.pcap' % self.tap.name)
103 self._tcpdump = tcpdump.Tcpdump(self.tap.name, dumpfile)
/external/llvm/test/Transforms/GVN/
D2007-07-26-PhiErasure.ll10 define i32 @reload(%struct.rtx_def* %first, i32 %global, %struct.FILE* %dumpfile) {
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc300 string dumpfile = temp_dir.path() + kMDWriterUnitTestFileName; in TEST() local
316 ASSERT_TRUE(WriteMinidump(dumpfile.c_str(), child, &context, sizeof(context), in TEST()
322 Minidump minidump(dumpfile); in TEST()
/external/curl/tests/server/
Dsws.c844 const char *dumpfile=is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; in storerequest() local
852 dump = fopen(dumpfile, "ab"); in storerequest()
856 dumpfile, error, strerror(error)); in storerequest()
872 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile); in storerequest()
875 dumpfile, error, strerror(error)); in storerequest()
877 totalsize-writeleft, totalsize, dumpfile); in storerequest()
887 dumpfile, error, strerror(error)); in storerequest()