Lines Matching defs:path
46 * path prefix of path.48 * ENOENT A component of the path path does not exist, or the path is an51 * ENOTDIR A component of the path is not a directory.56 int statfs(const char *path, struct statfs *buf)63 if (!path || !buf)68 if (!path[0])75 ret = VnodeLookup(path, &vnode, 0);