Home
last modified time | relevance | path

Searched refs:got_path (Results 1 – 1 of 1) sorted by relevance

/fs/exfat/
A Dio.c628 static char *exfat_realpath(const char *path, char got_path[]) in exfat_realpath() argument
648 max_path = got_path + PATH_MAX - 2; /* points to last non-NUL char */ in exfat_realpath()
649 new_path = got_path; in exfat_realpath()
672 if (new_path == got_path + 1) in exfat_realpath()
693 if (new_path != got_path + 1 && new_path[-1] == '/') in exfat_realpath()
698 return got_path; in exfat_realpath()

Completed in 4 milliseconds