Lines Matching refs:fullpath
44 char *fullpath = NULL;
58 ret = vfs_normalize_path((const char *)relativepath, pathname, &fullpath);
69 if (!strncmp(fullpath, "/dev", 4) || !strcmp(fullpath, "/proc"))
71 if (!strncmp(fullpath, "/dev", 4) || !strncmp(fullpath, "/proc", 5))
76 ret = VnodeLookup(fullpath, &vnode, V_DUMMY|V_CREATE);
87 dirname = strrchr(fullpath, '/') + 1;
90 ret = VnodeLookup(fullpath, &parentVnode, 0);
136 vnode->filePath = strdup(fullpath);
141 free(fullpath);
150 if (fullpath)
152 free(fullpath);