Lines Matching full:ansi
45 * Portable ANSI file-system.
55 * Mounts an ANSI path.
62 * @param realPath ANSI path
93 * Initializes the ANSI file-system module.
101 * Shuts down the ANSI file-system module.
108 * Mounts an ANSI path.
114 * @param realPath ANSI path
129 * Returns a virtual path associated with the current ANSI directory.
131 * For example, if "/dev/ansi" is mapped to "/" and the current ANSI directory is "/usr/bin" then
132 * this function will return "/dev/ansi/usr/bin".
134 * If multiple virtual paths correspond to the current ANSI directory, the first one will be returned.