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

/system/extras/ANRdaemon/
H A DANRdaemon.cpp107 static const char* dfs_trace_output_path = variable
279 int trace_fd = open(dfs_trace_output_path, O_RDWR);
281 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path);
626 int fd = creat(dfs_trace_output_path, 0);

Completed in 3 milliseconds