Home
last modified time | relevance | path

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

/system/extras/ANRdaemon/
DANRdaemon.cpp356 char path_buf[200]; in dump_trace() local
361 sprintf(path_buf, "/sdcard/ANRdaemon/dump_of_anrdaemon.%s", time_buf); in dump_trace()
362 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()
364 ALOGE("Failed to create %s. Dump aborted.", path_buf); in dump_trace()
455 ALOGI("Finished dump. Output file stored at: %s", path_buf); in dump_trace()