Lines Matching refs:pathname
1892 * @pathname: Path, name and stream of the file to open
1901 static int open_file(const char *pathname)
1905 ntfs_log_verbose("Creating file: %s\n", pathname);
1915 return open(pathname, flags, S_IRUSR | S_IWUSR);
1920 * @pathname: Path and name of the file to alter
1928 static int set_date(const char *pathname, time_t date)
1932 if (!pathname)
1937 if (utime(pathname, &ut)) {
1968 char pathname[256];
2046 create_pathname(opts.dest, name, d->name, pathname, sizeof(pathname));
2048 fd = open_file(pathname);
2051 pathname);
2078 fd = open_file(pathname);
2081 pathname);
2189 set_date(pathname, file->date);
2192 file->pref_name, d->name, pathname);
2195 file->pref_name, pathname);
2352 char pathname[256];
2387 create_pathname(opts.dest, name, NULL, pathname, sizeof(pathname));
2388 fd = open_file(pathname);
2418 ntfs_log_quiet("MFT extracted to file %s\n", pathname);