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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c1244 char *real_file = NULL, *real_fsname = NULL; local
1248 real_file = ntfs_malloc(PATH_MAX + 1);
1249 if (!real_file)
1256 if (!realpath(file, real_file)) {
1267 if (!strcmp(real_file, real_fsname))
1281 free(real_file);

Completed in 56 milliseconds