Lines Matching refs:fullpath
115 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node)
118 char *name = strrchr(fullpath, '/') + 1;
152 char *fullpath = NULL;
155 ret = follow_symlink(dirfd, path, &vnode, &fullpath);
168 if (OsDevLimitCheckPermission(vnode->type, fullpath, oflags) != LOS_OK)
180 int fd = block_proxy(fullpath, oflags);
187 if (OsDevLimitCheckPermission(vnode->type, fullpath, oflags) != LOS_OK)
240 ret = do_creat(parentVnode, fullpath, mode, &vnode);
246 vnode->filePath = strdup(fullpath);
299 if (fullpath)
301 free(fullpath);
310 if (fullpath)
312 free(fullpath);