Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h53 const char *lprofFindFirstDirSeparator(const char *Path);
H A DInstrProfilingUtil.c254 lprofFindFirstDirSeparator(const char *Path) { in lprofFindFirstDirSeparator() function
H A DInstrProfilingFile.c204 if (lprofFindFirstDirSeparator(Filename)) { in createProfileDir()