Lines Matching defs:file
84 WCHAR** file) {
91 *file = NULL;
117 *file = wcsdup(filename);
128 *file = (WCHAR*)uv__malloc((len - i) * sizeof(WCHAR));
129 if (!*file) {
132 wcsncpy(*file, filename + i + 1, len - i - 1);
133 (*file)[len - i - 1] = L'\0';
197 /* Determine whether path is a file or a directory. */
235 * path is a file. So we split path into dir & file parts, and
474 * We attempt to resolve the long form of the file name explicitly.
475 * We only do this for file names that might still exist on disk.
481 /* Construct a full path to the file. */
517 /* Get the file name out of the long path. */
539 /* We already have the long name of the file, so just use it. */