Home
last modified time | relevance | path

Searched refs:Sep2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingUtil.c299 const char *Sep2 = strchr(Path, DIR_SEPARATOR_2); in lprofFindFirstDirSeparator() local
300 if (Sep2 && (!Sep || Sep2 < Sep)) in lprofFindFirstDirSeparator()
301 Sep = Sep2; in lprofFindFirstDirSeparator()
309 const char *Sep2 = strrchr(Path, DIR_SEPARATOR_2); in lprofFindLastDirSeparator() local
310 if (Sep2 && (!Sep || Sep2 > Sep)) in lprofFindLastDirSeparator()
311 Sep = Sep2; in lprofFindLastDirSeparator()