Lines Matching refs:filePath
70 g_rootVnode->filePath = "/";
200 if (vnode->filePath) {
201 free(vnode->filePath);
313 if (strcmp(vnode->filePath, "/dev") == 0) {
433 if (currentVnode->filePath == NULL) {
434 currentVnode->filePath = normalizedPath;
448 if (currentVnode->filePath == NULL) {
461 currentVnode->filePath = vnodePath;
462 currentVnode->filePath[vnodePathLen] = 0;
614 newVnode->filePath = strdup(name);