OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prefix_strip
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/profile/
GCDAProfiling.c
155
int
prefix_strip
= 0;
local
165
prefix_strip
= atoi(prefix_strip_str);
168
if (
prefix_strip
< 0)
169
prefix_strip
= 0;
179
for (ptr = fname + 1; *ptr != '\0' && level <
prefix_strip
; ++ptr) {
Completed in 1915 milliseconds