Searched refs:file_stat (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-filepath.cc | 212 posix::StatStruct file_stat; in FileOrDirectoryExists() 213 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists() 239 posix::StatStruct file_stat; in DirectoryExists() local 240 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists() 241 posix::IsDir(file_stat); in DirectoryExists()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | fileread.cc | 103 struct stat file_stat; in get_mtime() local 105 if (stat(filename, &file_stat) < 0) in get_mtime() 108 mtime->seconds = file_stat.st_mtim.tv_sec; in get_mtime() 109 mtime->nanoseconds = file_stat.st_mtim.tv_nsec; in get_mtime() 111 mtime->seconds = file_stat.st_mtime; in get_mtime() 956 struct stat file_stat; in get_mtime() local 959 if (fstat(this->descriptor_, &file_stat) < 0) in get_mtime() 963 return Timespec(file_stat.st_mtim.tv_sec, file_stat.st_mtim.tv_nsec); in get_mtime() 965 return Timespec(file_stat.st_mtime, 0); in get_mtime()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | fileread.cc | 103 struct stat file_stat; in get_mtime() local 105 if (stat(filename, &file_stat) < 0) in get_mtime() 108 mtime->seconds = file_stat.st_mtim.tv_sec; in get_mtime() 109 mtime->nanoseconds = file_stat.st_mtim.tv_nsec; in get_mtime() 111 mtime->seconds = file_stat.st_mtime; in get_mtime() 956 struct stat file_stat; in get_mtime() local 959 if (fstat(this->descriptor_, &file_stat) < 0) in get_mtime() 963 return Timespec(file_stat.st_mtim.tv_sec, file_stat.st_mtim.tv_nsec); in get_mtime() 965 return Timespec(file_stat.st_mtime, 0); in get_mtime()
|
/netbsd-src/lib/libukfs/ |
H A D | ukfs.c | 1053 ukfs_stat(struct ukfs *ukfs, const char *filename, struct stat *file_stat) in ukfs_stat() argument 1058 rv = rump_sys_stat(filename, file_stat); in ukfs_stat() 1065 ukfs_lstat(struct ukfs *ukfs, const char *filename, struct stat *file_stat) in ukfs_lstat() argument 1070 rv = rump_sys_lstat(filename, file_stat); in ukfs_lstat()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-2004 | 288 (file_stat): Define. 290 checks here, using file_stat.
|
H A D | ChangeLog-2009 | 142 * strings.c (file_off, file_open, statbuf, file_stat): Remove. 144 statbuf to struct stat and file_stat to stat.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-2004 | 288 (file_stat): Define. 290 checks here, using file_stat.
|
H A D | ChangeLog-2009 | 142 * strings.c (file_off, file_open, statbuf, file_stat): Remove. 144 statbuf to struct stat and file_stat to stat.
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 7606 my $file_stat; 7619 $file_stat = stat ($filename); 7620 $size = $file_stat->size; 9414 my $file_stat; 9430 $file_stat = stat ($filename); 9431 $size = $file_stat->size;
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 8134 my $file_stat; 8147 $file_stat = stat ($filename); 8148 $size = $file_stat->size; 10317 my $file_stat; 10335 $file_stat = stat ($filename); 10336 $size = $file_stat->size;
|