Home
last modified time | relevance | path

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

/external/oprofile/libopagent/
Dopagent.c135 FILE * dumpfile = NULL; in op_open_agent() local
155 dumpfile = fdopen(fd, "w"); in op_open_agent()
156 if (!dumpfile) { in op_open_agent()
177 if (!fwrite(&header, sizeof(header), 1, dumpfile)) { in op_open_agent()
182 dumpfile)) { in op_open_agent()
187 if (pad_cnt && !fwrite(pad_bytes, pad_cnt, 1, dumpfile)) { in op_open_agent()
191 fflush(dumpfile); in op_open_agent()
192 return (op_agent_t)dumpfile; in op_open_agent()
200 FILE * dumpfile = (FILE *) hdl; in op_close_agent() local
201 if (!dumpfile) { in op_close_agent()
[all …]
/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/qemu/distrib/sdl-1.2.15/test/
Dtestblitspeed.c189 const char *dumpfile = NULL; in setup_test() local
257 dumpfile = argv[++i]; in setup_test()
351 if (dumpfile) in setup_test()
352 SDL_SaveBMP(src, dumpfile); /* make sure initial convert is sane. */ in setup_test()
/external/oprofile/opjitconv/
Dopjitconv.c114 static int mmap_jitdump(char const * dumpfile, in mmap_jitdump() argument
120 dumpfd = open(dumpfile, O_RDONLY); in mmap_jitdump()
185 int copy_dumpfile(char const * dumpfile, char * tmp_dumpfile) in copy_dumpfile() argument
189 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", dumpfile, tmp_dumpfile); in copy_dumpfile()
/external/llvm/test/Transforms/GVN/
D2007-07-26-PhiErasure.ll10 define i32 @reload(%struct.rtx_def* %first, i32 %global, %struct.FILE* %dumpfile) {
/external/chromium_org/components/crash/app/
Dbreakpad_linux.cc953 const char* dumpfile, in ExecUploadProcessOrTerminate() argument
976 dumpfile, in ExecUploadProcessOrTerminate()
1004 sizeof(post_file_msg) - 1 + strlen(dumpfile) + 1)); in ExecUploadProcessOrTerminate()
1006 memcpy(post_file + sizeof(post_file_msg) - 1, dumpfile, strlen(dumpfile)); in ExecUploadProcessOrTerminate()