Lines Matching refs:parentPath
1061 parentPath: null,1069 ret.path = ret.parentPath = '/';1079 ret.parentPath = traversed.length == 1 ? '/' : traversed.join('/');2548 finalPath = path.parentPath + '/' + path.name;3281 } else if (newObj.parentPath &&3282 newObj.parentPath.indexOf(oldObj.path) == 0) {