Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingUtil.h28 int lprofGetHostName(char *Name, int Len);
DInstrProfilingUtil.c69 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName() function
DInstrProfilingPort.h48 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len)