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';
184 /* Determine whether path is a file or a directory. */
222 * path is a file. So we split path into dir & file parts, and
464 * We attempt to resolve the long form of the file name explicitly.
465 * We only do this for file names that might still exist on disk.
471 /* Construct a full path to the file. */
507 /* Get the file name out of the long path. */
529 /* We already have the long name of the file, so just use it. */