Searched defs:canonicalize_file_name (Results 1 – 3 of 3) sorted by relevance
48 #define canonicalize_file_name(path) realpath(path, NULL) macro
76 #define canonicalize_file_name(path) realpath(path, NULL) macro
1258 TEST(MemorySanitizer, canonicalize_file_name) { in TEST() argument