Searched refs:real_file (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dvolume.c1445 char *real_file = NULL, *real_fsname = NULL; local
1449 real_file = ntfs_malloc(PATH_MAX + 1);
1450 if (!real_file)
1457 if (!realpath(file, real_file)) {
1468 if (!strcmp(real_file, real_fsname))
1482 free(real_file);

Completed in 23 milliseconds