Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c377 int I, J, PidLength, HostNameLength; in getCurFilename() local
388 HostNameLength = strlen(lprofCurFilename.Hostname); in getCurFilename()
396 memcpy(FilenameBuf + J, lprofCurFilename.Hostname, HostNameLength); in getCurFilename()
397 J += HostNameLength; in getCurFilename()