Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp173 static const char kGLibC[] = "glibc "; in GetLibcVersion() local
174 if (internal_strncmp(buf, kGLibC, sizeof(kGLibC) - 1) != 0) in GetLibcVersion()
176 const char *p = buf + sizeof(kGLibC) - 1; in GetLibcVersion()