Searched refs:canonicalize_file_name (Results 1 – 6 of 6) sorted by relevance
30 #define canonicalize_file_name(path) realpath(path, NULL) macro
109 realpath (name, NULL) instead of canonicalize_file_name (name).578 not NULL before calling canonicalize_file_name.2220 based on canonicalize_file_name if it differs from the supplied name.
1334 TEST(MemorySanitizer, canonicalize_file_name) { in TEST() argument1336 char* res = canonicalize_file_name(relpath); in TEST()
3060 INTERCEPTOR(char *, canonicalize_file_name, const char *path) {3062 COMMON_INTERCEPTOR_ENTER(ctx, canonicalize_file_name, path);3064 char *res = REAL(canonicalize_file_name)(path);3069 COMMON_INTERCEPT_FUNCTION(canonicalize_file_name);
1414 fun:canonicalize_file_name=uninstrumented
219 PUBLIC 40670 0 canonicalize_file_name