Lines Matching refs:path
4683 ** SELECT * FROM fsdir($path [, $dir]);
4685 ** Parameter $path is an absolute or relative pathname. If the file that it
4686 ** refers to does not exist, it is an error. If the path refers to a regular
4687 ** file or symbolic link, it returns a single row. Or, if the path refers
4689 ** file within the hierarchy rooted at $path.
4701 ** $path is a relative path, then $path is interpreted relative to $dir.
4736 # define mkdir(path,mode) _mkdir(path)
4737 # define lstat(path,buf) stat(path,buf)
4747 #define FSDIR_SCHEMA "(name,mode,mtime,data,path HIDDEN,dir HIDDEN)"
4946 ** for any path components created by this function are set in accordance
5012 ** path and either the permissions already match or can be changed
5520 ** (1) The path value is supplied by argv[0]
8292 ** identical, ignoring any trailing '/' character in either path. */
8491 /* For a directory, check that the last character in the path is a
8508 ** entry with a path, thereby making it into a duplicate. */
8893 ** at the end of the path. Or, if this is not a directory and the path
12451 ** string parameter zUri. zUri may be an absolute or relative file path,