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

/frameworks/native/cmds/atrace/
H A Datrace.cpp184 static const char* g_outputFile = nullptr; variable
1076 g_outputFile = optarg;
1159 if (g_outputFile) {
1160 outFd = open(g_outputFile, O_WRONLY | O_CREAT);
1163 printf("Failed to open '%s', err=%d", g_outputFile, errno);
1167 if (g_outputFile) {

Completed in 62 milliseconds