Lines Matching defs:file
172 /* It's a relative path with drive letter (ext.g. D:../some/file)
304 * - If there's really only a filename, check the current directory for file,
309 * search for the file with the exact specified filename first.
324 * file that is not readable/executable; if the spawn fails it will not
333 static WCHAR* search_path(const WCHAR *file,
345 size_t file_len = wcslen(file);
352 || (file_len == 1 && file[0] == L'.')) {
358 for (file_name_start = (WCHAR*)file + file_len;
359 file_name_start > file
365 file_has_dir = file_name_start != file;
372 /* The file has a path inside, don't use path */
374 file, file_name_start - file,
375 file_name_start, file_len - (file_name_start - file),
383 /* The file is really only a name; look in cwd first, then scan path */
385 file, file_len,
435 file, file_len,
931 if (options->file == NULL ||
936 assert(options->file != NULL);
946 err = uv__utf8_to_utf16_alloc(options->file, &application);
1182 /* Create a dump file for the targeted process, if the registry key
1263 /* If something goes wrong while writing it out, delete the file. */
1290 /* Don't delete the file on close if we successfully wrote it out. */