Home
last modified time | relevance | path

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

/frameworks/native/cmds/atrace/
Datrace.cpp277 static const char* g_outputFile = nullptr; variable
1273 g_outputFile = optarg; in main()
1376 if (g_outputFile) { in main()
1377 outFd = open(g_outputFile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()
1380 printf("Failed to open '%s', err=%d", g_outputFile, errno); in main()
1384 if (g_outputFile) { in main()