Home | History | Annotate | Download | only in include

Lines Matching full:path

55    * Mounts an ANSI path.
61 * @param virtualPath PFileSystem path
62 * @param realPath ANSI path
63 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
69 * Deassociates the file-system from a base path.
72 * @param virtualPath PFileSystem path
83 * @param len [in/out] Length of path argument. If the return code is ESR_BUFFER_OVERFLOW,
108 * Mounts an ANSI path.
113 * @param virtualPath PFileSystem path
114 * @param realPath ANSI path
115 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
121 * Deassociates the file-system from a base path.
123 * @param virtualPath PFileSystem path
129 * Returns a virtual path associated with the current ANSI directory.
137 * @param len [in/out] Length of path argument. If the return code is ESR_BUFFER_OVERFLOW,
146 * If a path is specified which does not match any other file-system, it is resolved using this one.