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

/dalvik/tools/dmtracedump/
H A DTraceDump.c220 const char* graphFileName; member in struct:Options
1665 snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName);
1682 snprintf(command, 1024, "dot -Tpng -o '%s' '%s'", gOptions.graphFileName, path);
2830 gOptions.graphFileName = optarg;
2901 if (gOptions.graphFileName != NULL) {

Completed in 33 milliseconds