normalize_path_copy_len  928 cache.h        int normalize_path_copy_len(char *dst, const char *src, int *prefix_len);
normalize_path_copy_len  787 path.c         	return normalize_path_copy_len(dst, src, NULL);
normalize_path_copy_len   94 setup.c        		if (normalize_path_copy_len(sanitized, path, remaining_prefix)) {
normalize_path_copy_len  109 setup.c        		if (normalize_path_copy_len(sanitized, sanitized, remaining_prefix)) {