HomeSort by relevance Sort by last modified time
    Searched full:prefix_strip (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/profile/
GCDAProfiling.c 106 int prefix_strip = 0; local
116 prefix_strip = atoi(tmp);
119 if (prefix_strip < 0)
120 prefix_strip = 0;
130 for (ptr = fname + 1; *ptr != '\0' && level < prefix_strip; ++ptr) {

Completed in 878 milliseconds