Lines Matching defs:path
43 * path prefix of path.45 * ENOENT A component of the path path does not exist, or the path is an48 * ENOTDIR A component of the path is not a directory.52 int stat(const char *path, struct stat *buf)59 if (!path || !buf)65 if (!path[0])73 ret = VnodeLookup(path, &vp, 0);