Home | History | Annotate | Download | only in misc

Lines Matching defs:file_path

323 	char	file_path[PATH_MAX + 1];
328 if (realpath(file, file_path) == NULL) {
334 if (statfs64(file_path, &fsbuf) < 0) {
355 ret = memcmp(file_path, mnt->mnt_dir, len);