Searched refs:dumpfile (Results 1 - 9 of 9) sorted by relevance

/external/autotest/client/cros/
H A Dp2p_utils.py102 dumpfile = os.path.join(dumpdir, 'dump-%s.pcap' % self.tap.name)
103 self._tcpdump = tcpdump.Tcpdump(self.tap.name, dumpfile)
/external/python/cpython2/Tools/webchecker/
H A Dwebchecker.py150 dumpfile = DUMPFILE
170 dumpfile = a
192 c = load_pickle(dumpfile=dumpfile, verbose=verbose)
234 if c.save_pickle(dumpfile):
235 if dumpfile == DUMPFILE:
239 dumpfile)
242 def load_pickle(dumpfile=DUMPFILE, verbose=VERBOSE):
244 print "Loading checkpoint from %s ..." % dumpfile
245 f = open(dumpfile, "r
[all...]
/external/autotest/site_utils/
H A Ddump_to_cloudsql.py193 def dump_to_cloudsql(dumpfile, manager, cmd_offset=0):
197 dumpfile: Path to a file from which to read the MySQL dump.
203 total = os.path.getsize(dumpfile)
206 with open(dumpfile, 'r') as dump:
/external/libmtp/src/
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...]
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 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...]
/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/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/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));

Completed in 337 milliseconds