OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_RT_GETHOSTNAME
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfilingPort.h
44
#define
COMPILER_RT_GETHOSTNAME
(Name, Len) gethostname(Name, Len)
46
#define
COMPILER_RT_GETHOSTNAME
(Name, Len) ((void)(Name), (void)(Len), (-1))
48
#define
COMPILER_RT_GETHOSTNAME
(Name, Len) lprofGetHostName(Name, Len)
InstrProfilingFile.c
283
if (
COMPILER_RT_GETHOSTNAME
(Hostname, COMPILER_RT_MAX_HOSTLEN)) {
Completed in 250 milliseconds