Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dcommon.h350 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink() function
H A Dinstr.cpp648 uint32_t Ret = __readlink(FindBuf, TargetPath, sizeof(TargetPath)); in getBinaryPath()