Home | History | Annotate | Download | only in util

Lines Matching defs:cmd

1090 	char cmd[PATH_MAX * 2];
1138 sprintf(cmd, "addr2line -e %s %016" PRIx64, filename, offset);
1139 fp = popen(cmd, "r");