Home
last modified time | relevance | path

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

/frameworks/native/cmds/atrace/
Datrace.cpp268 static const char* g_outputFile = nullptr; variable
1344 g_outputFile = optarg; in main()
1447 if (g_outputFile) { in main()
1448 outFd = open(g_outputFile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()
1451 printf("Failed to open '%s', err=%d", g_outputFile, errno); in main()
1455 if (g_outputFile) { in main()