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
170
int
prefix_strip
;
local
180
prefix_strip
= atoi(prefix_strip_str);
183
if (
prefix_strip
< 0)
184
prefix_strip
= 0;
186
prefix_strip
= 0;
190
for (level = 0, ptr = fname + 1; level <
prefix_strip
; ++ptr) {
Completed in 440 milliseconds