Searched defs:realpath (Results 1 – 4 of 4) sorted by relevance
94 function realpath() { function
226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
339 inline wchar_t* realpath(const wchar_t* path, [[maybe_unused]] wchar_t* resolved_name) { realpath() function
1412 TEST(MemorySanitizer, realpath) { in TEST() argument