Searched refs:PROFRAW_START (Results 1 – 1 of 1) sorted by relevance
35 static const char* PROFRAW_START = "/data/misc/trace/"; variable37 if (strncmp(pathname, PROFRAW_START, strlen(PROFRAW_START)) == 0) return true; in is_coverage_trace()