Lines Matching full:directory
97 * @name Directory operations
101 * Opens an existing directory specified by the path.
103 * @param dirp Directory to open.
104 * @param fs_path Path to the directory.
109 * Reads directory entries of an open directory.
111 * @param dirp Directory to read from.
112 * @param entry Next directory entry in the dirp directory.
117 * Closes an open directory.
119 * @param dirp Directory to close.
144 * Deletes the specified file or directory.
147 * @param name Path to the file or directory to delete.
152 * Renames a file or directory.
155 * @param from Path to the file or directory to rename.
156 * @param to New name of the file or directory.
162 * Creates a new directory using specified path.
165 * @param name Path to the directory to create.
170 * Checks the status of a file or directory specified by the path.
173 * @param path Path to the file or directory.
174 * @param entry Directory entry.
183 * @param path Path to the file or directory.