_kern_normalize_path
extern status_t _kern_normalize_path(const char* userPath,
_kern_normalize_path(homeInstallationLocation, true,
error = _kern_normalize_path(path, true, buffer);
error = _kern_normalize_path(path, true, normalizedPath);
status_t status = _kern_normalize_path(path, true, resolvedPath);
status = _kern_normalize_path(path, true, path);