Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs.py191 with open(args.dump_file, "r+b") as f:
/hardware/knowles/athletico/sound_trigger_hal/
Dadnc_strm.c82 FILE *dump_file; member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp3077 char dump_file[FILE_NAME_LEN]; in onAlert() local
3084 snprintf(dump_file, FILE_NAME_LEN, "%s-%d.bin", ALERT_MEMDUMP_PREFIX, f_count++); in onAlert()
3088 w_fp = fopen(dump_file, "w"); in onAlert()
3090 printMsg("Failed to create a file: %s\n", dump_file); in onAlert()
3094 printMsg("Write to \"%s\"\n", dump_file); in onAlert()