HomeSort by relevance Sort by last modified time
    Searched refs:lprofGetHostName (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingUtil.h 28 int lprofGetHostName(char *Name, int Len);
InstrProfilingPort.h 48 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len)
InstrProfilingUtil.c 69 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) {

Completed in 62 milliseconds