Home
last modified time | relevance | path

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

/system/extras/ANRdaemon/
DANRdaemon.cpp106 static const char* dfs_trace_output_path = "/d/tracing/trace"; variable
267 int trace_fd = open(dfs_trace_output_path, O_RDWR); in dump_trace()
269 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path); in dump_trace()
612 int fd = creat(dfs_trace_output_path, 0); in main()