stat               67 base/file_util_posix.cc   return stat(path, sb);
stat              290 base/file_util_posix.cc   struct stat from_stat;
stat              292 base/file_util_posix.cc   if (stat(from_path.value().c_str(), &from_stat) < 0) {
stat              297 base/file_util_posix.cc   struct stat to_path_stat;
stat              299 base/file_util_posix.cc   if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 &&
stat              343 base/file_util_posix.cc       from_stat = traversal.GetInfo().stat();
stat             2091 base/file_util_unittest.cc     struct stat stat_buf;
stat             2092 base/file_util_unittest.cc     ASSERT_EQ(0, stat(base_dir_.value().c_str(), &stat_buf));
stat               37 base/files/file.h typedef struct stat stat_wrapper_t;
stat               61 base/files/file_enumerator.h     const struct stat& stat() const { return stat_; }
stat               70 base/files/file_enumerator.h     struct stat stat_;
stat              143 base/files/file_enumerator_posix.cc       ret = stat(full_name.value().c_str(), &info.stat_);
stat              772 base/files/file_path_watcher_browsertest.cc   struct stat stat_buf;
stat              774 base/files/file_path_watcher_browsertest.cc   if (stat(path.value().c_str(), &stat_buf) != 0)
stat               22 base/files/memory_mapped_file_posix.cc   struct stat file_stat;
stat              186 base/linux_util.cc   struct stat buf;
stat               60 base/memory/shared_memory_posix.cc   struct stat st;
stat              185 base/memory/shared_memory_posix.cc       struct stat sb;
stat              213 base/memory/shared_memory_posix.cc     struct stat stat;
stat              214 base/memory/shared_memory_posix.cc     if (fstat(fileno(fp.get()), &stat) != 0)
stat              216 base/memory/shared_memory_posix.cc     const size_t current_size = stat.st_size;
stat              362 base/memory/shared_memory_posix.cc   struct stat st = {};
stat              363 base/memory/shared_memory_posix.cc   struct stat readonly_st = {};
stat              559 base/memory/shared_memory_unittest.cc   struct stat shm_stat;
stat              585 base/memory/shared_memory_unittest.cc   struct stat shm_stat;
stat              130 base/os_compat_android.cc     struct stat st;
stat              135 base/os_compat_android.cc     ret = stat(path, &st);
stat               33 base/platform_file_posix.cc typedef struct stat stat_wrapper_t;
stat              118 base/process/process_metrics_linux.cc     std::string stat;
stat              121 base/process/process_metrics_linux.cc     if (ReadFileToString(stat_path, &stat)) {
stat              122 base/process/process_metrics_linux.cc       int cpu = ParseProcStatCPU(stat);
stat               28 base/test/test_file_util_posix.cc   struct stat stat_buf;
stat               29 base/test/test_file_util_posix.cc   if (stat(path.value().c_str(), &stat_buf) != 0)
stat               44 base/test/test_file_util_posix.cc   struct stat stat_buf;
stat               45 base/test/test_file_util_posix.cc   if (stat(path.value().c_str(), &stat_buf) != 0)
stat              142 base/third_party/xdg_mime/xdgmime.c   struct stat st;
stat              148 base/third_party/xdg_mime/xdgmime.c   if (stat (file_name, &st) == 0)
stat              168 base/third_party/xdg_mime/xdgmime.c   if (stat (file_name, &st) == 0)
stat              178 base/third_party/xdg_mime/xdgmime.c       if (stat (file_name, &st) == 0)
stat              191 base/third_party/xdg_mime/xdgmime.c   if (stat (file_name, &st) == 0)
stat              310 base/third_party/xdg_mime/xdgmime.c   struct stat st;
stat              313 base/third_party/xdg_mime/xdgmime.c   if (stat (file_path, &st) == 0)
stat              493 base/third_party/xdg_mime/xdgmime.c                                  struct stat *statbuf)
stat              504 base/third_party/xdg_mime/xdgmime.c   struct stat buf;
stat              526 base/third_party/xdg_mime/xdgmime.c       if (stat (file_name, &buf) != 0)
stat               92 base/third_party/xdg_mime/xdgmime.h                                                     struct stat *statbuf);
stat              120 base/third_party/xdg_mime/xdgmimecache.c   struct stat st;
stat              725 base/third_party/xdg_mime/xdgmimecache.c 					struct stat *statbuf)
stat              733 base/third_party/xdg_mime/xdgmimecache.c   struct stat buf;
stat              751 base/third_party/xdg_mime/xdgmimecache.c       if (stat (file_name, &buf) != 0)
stat               62 base/third_party/xdg_mime/xdgmimecache.h 							   struct stat *statbuf);
stat               54 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   struct statvfs stat = {};  // Zero-clear
stat               55 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   if (HANDLE_EINTR(statvfs(mount_path.c_str(), &stat)) == 0) {
stat               56 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc     *total_size = static_cast<uint64>(stat.f_blocks) * stat.f_frsize;
stat               57 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc     *remaining_size = static_cast<uint64>(stat.f_bavail) * stat.f_frsize;
stat               64 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   struct statvfs stat = {};
stat               65 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   if (HANDLE_EINTR(statvfs(path.c_str(), &stat)) != 0) {
stat               71 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   return stat.f_namemax;
stat              226 chrome/browser/chromeos/external_metrics.cc   struct stat stat_buf;
stat              231 chrome/browser/chromeos/external_metrics.cc   result = stat(event_file_path, &stat_buf);
stat               87 chrome/browser/extensions/activity_log/activity_database.cc   sql::InitStatus stat = committer.Commit() ? sql::INIT_OK : sql::INIT_FAILURE;
stat               88 chrome/browser/extensions/activity_log/activity_database.cc   if (stat != sql::INIT_OK)
stat               50 chrome/browser/extensions/api/processes/processes_api.cc     const blink::WebCache::ResourceTypeStat& stat) {
stat               53 chrome/browser/extensions/api/processes/processes_api.cc   cache->SetDouble(keys::kCacheSize, static_cast<double>(stat.size));
stat               54 chrome/browser/extensions/api/processes/processes_api.cc   cache->SetDouble(keys::kCacheLiveSize, static_cast<double>(stat.liveSize));
stat              286 chrome/browser/performance_monitor/database_unittest.cc   Metric stat;
stat              392 chrome/browser/performance_monitor/database_unittest.cc   Metric stat;
stat              394 chrome/browser/performance_monitor/database_unittest.cc       METRIC_PRIVATE_MEMORY_USAGE, &stat));
stat              395 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(3000000, stat.value);
stat              397 chrome/browser/performance_monitor/database_unittest.cc   ASSERT_TRUE(db_->GetRecentStatsForActivityAndMetric(METRIC_CPU_USAGE, &stat));
stat              398 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_EQ(50.5, stat.value);
stat              405 chrome/browser/performance_monitor/database_unittest.cc   EXPECT_FALSE(db->GetRecentStatsForActivityAndMetric(METRIC_CPU_USAGE, &stat));
stat              227 chrome/browser/process_singleton_linux_unittest.cc   struct stat statbuf;
stat              100 chrome/browser/task_manager/task_manager.cc base::string16 FormatStatsSize(const blink::WebCache::ResourceTypeStat& stat) {
stat              102 chrome/browser/task_manager/task_manager.cc       ui::FormatBytesWithUnits(stat.size, ui::DATA_UNITS_KIBIBYTE, false),
stat              103 chrome/browser/task_manager/task_manager.cc       ui::FormatBytesWithUnits(stat.liveSize, ui::DATA_UNITS_KIBIBYTE, false));
stat               95 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc         base::StringPrintf("%03o", info.stat().st_mode & 0x1ff));
stat               59 components/breakpad/app/breakpad_linux.cc #define STAT_STRUCT struct stat
stat               30 components/nacl/loader/nonsfi/abi_conversion.cc     const struct stat& host_stat, struct nacl_abi_stat* nacl_stat) {
stat                8 components/nacl/loader/nonsfi/abi_conversion.h struct stat;
stat               27 components/nacl/loader/nonsfi/abi_conversion.h     const struct stat& host_stat, struct nacl_abi_stat* nacl_stat);
stat               48 components/nacl/loader/nonsfi/irt_fdio.cc   struct stat host_st;
stat               80 components/nacl/loader/nonsfi/irt_fdio.cc   reinterpret_cast<int(*)(int, struct stat*)>(IrtFstat),
stat              131 components/storage_monitor/storage_monitor_linux.cc   struct stat device_stat;
stat              132 components/storage_monitor/storage_monitor_linux.cc   if (stat(device_path.value().c_str(), &device_stat) < 0)
stat              139 content/browser/browser_main_loop.cc   struct stat st;
stat              157 content/browser/browser_main_loop.cc         stat(base::kProcSelfExe, &st) == 0 && st.st_uid == getuid()) {
stat               17 content/browser/download/base_file_posix.cc   struct stat st;
stat               25 content/browser/download/base_file_posix.cc   int stat_error = stat(new_path.value().c_str(), &st);
stat              659 content/browser/renderer_host/render_sandbox_host_linux.cc       struct stat st;
stat              131 content/browser/zygote_host/zygote_host_impl_linux.cc     struct stat st;
stat              132 content/browser/zygote_host/zygote_host_impl_linux.cc     if (stat(sandbox_binary_.c_str(), &st) != 0) {
stat               29 content/child/content_child_helpers.cc   v8::HeapStatistics stat;
stat               32 content/child/content_child_helpers.cc   v8::Isolate::GetCurrent()->GetHeapStatistics(&stat);
stat               33 content/child/content_child_helpers.cc   return mem_usage + (static_cast<uint64_t>(stat.total_heap_size()) >> 10);
stat              121 content/common/child_process_sandbox_support_impl_linux.cc     struct stat st;
stat              166 content/common/plugin_list_posix.cc   struct stat stat_buf;
stat               91 dbus/dbus_statistics.cc     Stat* stat = GetStat(service, interface, method, true);
stat               92 dbus/dbus_statistics.cc     DCHECK(stat);
stat               94 dbus/dbus_statistics.cc       ++stat->sent_method_calls;
stat               96 dbus/dbus_statistics.cc       ++stat->received_signals;
stat               98 dbus/dbus_statistics.cc       ++stat->sent_blocking_method_calls;
stat              110 dbus/dbus_statistics.cc     scoped_ptr<Stat> stat(new Stat(service, interface, method));
stat              111 dbus/dbus_statistics.cc     StatSet::iterator found = stats_.find(stat.get());
stat              116 dbus/dbus_statistics.cc     found = stats_.insert(stat.release()).first;
stat              198 dbus/dbus_statistics.cc     const Stat* stat = *cur_iter;
stat              199 dbus/dbus_statistics.cc     sent += stat->sent_method_calls;
stat              200 dbus/dbus_statistics.cc     received += stat->received_signals;
stat              201 dbus/dbus_statistics.cc     sent_blocking += stat->sent_blocking_method_calls;
stat              205 dbus/dbus_statistics.cc         (*next_iter)->service == stat->service &&
stat              206 dbus/dbus_statistics.cc         (show < SHOW_INTERFACE || (*next_iter)->interface == stat->interface) &&
stat              207 dbus/dbus_statistics.cc         (show < SHOW_METHOD || (*next_iter)->method == stat->method))
stat              216 dbus/dbus_statistics.cc       line += stat->service;
stat              219 dbus/dbus_statistics.cc       line += stat->interface;
stat              221 dbus/dbus_statistics.cc         line += "." + stat->method;
stat              271 dbus/dbus_statistics.cc   Stat* stat = g_dbus_statistics->GetStat(service, interface, method, false);
stat              272 dbus/dbus_statistics.cc   if (!stat)
stat              274 dbus/dbus_statistics.cc   *sent = stat->sent_method_calls;
stat              275 dbus/dbus_statistics.cc   *received = stat->received_signals;
stat              276 dbus/dbus_statistics.cc   *blocking = stat->sent_blocking_method_calls;
stat              133 dbus/message_unittest.cc   struct stat sb_stdout;
stat              136 dbus/message_unittest.cc   struct stat sb_fd;
stat              107 ipc/file_descriptor_set_posix.cc   struct stat st;
stat               75 ipc/ipc_send_fds_test.cc     struct stat st;
stat              153 ipc/ipc_send_fds_test.cc   struct stat st;
stat              169 ipc/ipc_send_fds_test.cc   struct stat st;
stat              107 ipc/unix_domain_socket_util_unittest.cc     struct stat socket_stat;
stat              108 ipc/unix_domain_socket_util_unittest.cc     stat(socket_name_.value().c_str(), &socket_stat);
stat              494 native_client_sdk/src/examples/demo/nacl_io/handlers.c   struct stat buf;
stat              504 native_client_sdk/src/examples/demo/nacl_io/handlers.c   result = stat(filename, &buf);
stat               47 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error GetStat(struct stat* stat);
stat              148 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error RealNode::GetStat(struct stat* stat) { return _real_fstat(fd_, stat); }
stat               56 native_client_sdk/src/libraries/nacl_io/fuse.h                                const struct stat* stbuf,
stat              100 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*fgetattr)(const char* path, struct stat*, struct fuse_file_info*);
stat              108 native_client_sdk/src/libraries/nacl_io/fuse.h   int (*getattr)(const char* path, struct stat*);
stat               94 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc       struct stat statbuf;
stat              178 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   struct stat statbuf;
stat              210 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   struct stat statbuf;
stat              220 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFsNode::GetStat(struct stat* stat) {
stat              223 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc     result = fuse_ops_->fgetattr(path_.c_str(), stat, &info_);
stat              227 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc     result = fuse_ops_->getattr(path_.c_str(), stat);
stat              235 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   stat_ = *stat;
stat              261 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   struct stat statbuf;
stat              422 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc                                    const struct stat* stbuf,
stat               50 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error GetStat(struct stat* stat);
stat              111 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h                              const struct stat* stbuf,
stat              143 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc Error Html5FsNode::GetStat(struct stat* stat) {
stat              153 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc   memcpy(stat, &stat_, sizeof(stat_));
stat              158 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc       stat->st_mode |= S_IFREG;
stat              161 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc       stat->st_mode |= S_IFDIR;
stat              167 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc   stat->st_size = static_cast<off_t>(info.size);
stat              168 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc   stat->st_atime = info.last_access_time;
stat              169 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc   stat->st_mtime = info.last_modified_time;
stat              170 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc   stat->st_ctime = info.creation_time;
stat               25 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h   virtual Error GetStat(struct stat* stat);
stat              165 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc Error HttpFsNode::GetStat(struct stat* stat) {
stat              167 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   return GetStat_Locked(stat);
stat              207 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   struct stat statbuf;
stat              226 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc Error HttpFsNode::GetStat_Locked(struct stat* stat) {
stat              277 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   if (stat)
stat              278 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc     *stat = stat_;
stat               27 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   virtual Error GetStat(struct stat* stat);
stat               48 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   Error GetStat_Locked(struct stat* stat);
stat              169 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_stat(const char *path, struct stat *buf) {
stat              171 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->stat(path, buf);
stat              215 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_fstat(int fd, struct stat *buf){
stat              270 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_lstat(const char* path, struct stat* buf) {
stat               79 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_stat(const char* path, struct stat* buf);
stat               89 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_fstat(int fd, struct stat *buf);
stat              100 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_lstat(const char* path, struct stat* buf);
stat              376 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::stat(const char* path, struct stat* buf) {
stat              489 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::fstat(int fd, struct stat* buf) {
stat              670 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::lstat(const char* path, struct stat* buf) {
stat              671 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   return stat(path, buf);
stat              100 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int stat(const char *path, struct stat *buf);
stat              111 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int fstat(int fd, struct stat *buf);
stat              131 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int lstat(const char* path, struct stat* buf);
stat               60 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h struct stat;
stat               61 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h extern int fstat(int fd, struct stat* buf) NOTHROW;
stat               99 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h extern int stat(const char* path, struct stat* buf) NOTHROW;
stat               27 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc void stat_to_nacl_stat(const struct stat* buf, nacl_abi_stat* nacl_buf) {
stat               44 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc void nacl_stat_to_stat(const nacl_abi_stat* nacl_buf, struct stat* buf) {
stat               45 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   memset(buf, 0, sizeof(struct stat));
stat              146 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   OP(stat); \
stat              187 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   struct stat buf;
stat              188 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   memset(&buf, 0, sizeof(struct stat));
stat              244 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   struct stat buf;
stat              245 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   memset(&buf, 0, sizeof(struct stat));
stat              316 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(stat)(const char *pathname, struct nacl_abi_stat *nacl_buf) {
stat              317 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   struct stat buf;
stat              318 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   memset(&buf, 0, sizeof(struct stat));
stat              374 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_fstat(int fd, struct stat* buf) {
stat              378 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   int err = REAL(fstat)(fd, (struct stat*) &st);
stat              436 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int _real_lstat(const char* path, struct stat* buf) {
stat              440 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   int err = REAL(lstat)(path, (struct stat*) &st);
stat               22 native_client_sdk/src/libraries/nacl_io/kernel_wrap_dummy.cc int _real_fstat(int fd, struct stat *buf) {
stat               31 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc void stat_to_nacl_stat(const struct stat* buf, nacl_abi_stat* nacl_buf) {
stat               48 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc void nacl_stat_to_stat(const nacl_abi_stat* nacl_buf, struct stat* buf) {
stat               49 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   memset(buf, 0, sizeof(struct stat));
stat              141 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   OP(stat); \
stat              172 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   struct stat buf;
stat              173 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   memset(&buf, 0, sizeof(struct stat));
stat              274 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int WRAP(stat)(const char *pathname, struct nacl_abi_stat *nacl_buf) {
stat              275 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   struct stat buf;
stat              276 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   memset(&buf, 0, sizeof(struct stat));
stat              314 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc int _real_fstat(int fd, struct stat* buf) {
stat               74 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   OP(dev_filename, stat); \
stat              130 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(fstat)(int fd, struct stat* buf) {
stat              190 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(stat)(const char* pathname, struct stat* buf) {
stat              221 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(lstat)(const char* pathname, struct stat* buf) {
stat              283 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int _real_fstat(int fd, struct stat* buf) {
stat               17 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_fstat(int fd, struct stat *buf);
stat               77 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat               84 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat               91 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat               98 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat              187 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat              194 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat              201 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat              208 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   struct stat ki_buf;
stat               86 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::GetStat(struct stat* pstat) {
stat               66 native_client_sdk/src/libraries/nacl_io/node.h   virtual Error GetStat(struct stat* stat);
stat              126 native_client_sdk/src/libraries/nacl_io/node.h   struct stat stat_;
stat               86 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc   virtual Error GetStat(struct stat* stat) {
stat               87 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc     int err = _real_fstat(real_fd_, stat);
stat               15 native_client_sdk/src/libraries/nacl_io/syscalls/lstat.c int __lxstat(int ver, const char* pathname, struct stat* buf) {
stat               19 native_client_sdk/src/libraries/xray/demangle.c   int stat;
stat               20 native_client_sdk/src/libraries/xray/demangle.c   __cxa_demangle(symbol, demangle, &size, &stat);
stat               21 native_client_sdk/src/libraries/xray/demangle.c   if (stat == 0)
stat               65 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc int testfs_getattr(const char* path, struct stat* stbuf) {
stat               66 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   memset(stbuf, 0, sizeof(struct stat));
stat              250 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   struct stat statbuf;
stat              142 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   struct stat stat;
stat              145 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, node->GetStat(&stat));
stat              146 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(S_IFDIR, stat.st_mode & S_IFDIR);
stat              351 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   struct stat statbuf;
stat              174 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   struct stat statbuf;
stat              288 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   struct stat sfoo;
stat              289 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   struct stat sbar;
stat              520 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   struct stat buf;
stat               65 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   memset(arg1, 0, sizeof(struct stat));
stat               79 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc void MakeDummyStatbuf(struct stat* statbuf) {
stat               80 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   memset(&statbuf[0], 0, sizeof(struct stat));
stat              231 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct stat in_statbuf;
stat              236 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct stat out_statbuf;
stat              471 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, stat) {
stat              474 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct stat in_statbuf;
stat              476 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_CALL(mock, stat(StrEq(kDummyConstChar), _))
stat              479 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct stat out_statbuf;
stat              480 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_EQ(0, stat(kDummyConstChar, &out_statbuf));
stat              482 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_EQ(-1, stat(kDummyConstChar, &out_statbuf));
stat              527 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct stat buf;
stat              107 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   struct stat s;
stat               33 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(fstat, int(int, struct stat*));
stat               45 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(lstat, int(const char*, struct stat*));
stat               59 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(stat, int(const char*, struct stat*));
stat               27 native_client_sdk/src/tests/nacl_io_test/mock_node.h   MOCK_METHOD1(GetStat, Error(struct stat*));
stat               86 net/base/file_stream_context_posix.cc   struct stat info;
stat               25 net/disk_cache/simple/simple_util.cc bool GetNanoSecsFromStat(const struct stat& st,
stat              118 net/disk_cache/simple/simple_util.cc   struct stat file_stat;
stat              119 net/disk_cache/simple/simple_util.cc   if (stat(path.value().c_str(), &file_stat) != 0)
stat              108 net/tools/flip_server/flip_in_mem_edsm_server.cc   struct stat pid_stat;
stat               27 ppapi/native_client/src/trusted/plugin/file_utils.cc   struct stat stat_buf;
stat              662 ppapi/native_client/src/trusted/plugin/plugin.cc   struct stat stat_buf;
stat              104 sandbox/linux/seccomp-bpf/sandbox_bpf.cc   struct stat sb;
stat              215 sandbox/linux/services/credentials.cc     struct stat s;
stat               26 sandbox/linux/services/credentials_unittest.cc   struct stat dir;
stat               28 sandbox/linux/services/credentials_unittest.cc   int ret = stat(path, &dir);
stat               39 sandbox/linux/services/credentials_unittest.cc   struct stat current;
stat               40 sandbox/linux/services/credentials_unittest.cc   CHECK_EQ(0, stat(".", &current));
stat               41 sandbox/linux/services/credentials_unittest.cc   struct stat parrent;
stat               42 sandbox/linux/services/credentials_unittest.cc   CHECK_EQ(0, stat("..", &parrent));
stat               56 sandbox/linux/services/libc_urandom_override.cc typedef int (*XstatFunction)(int version, const char *path, struct stat *buf);
stat               63 sandbox/linux/services/libc_urandom_override.cc typedef int (*StatFunction)(const char *path, struct stat *buf);
stat              167 sandbox/linux/services/libc_urandom_override.cc                    struct stat *buf)  __asm__ ("__xstat");
stat              170 sandbox/linux/services/libc_urandom_override.cc int xstat_override(int version, const char *path, struct stat *buf) {
stat              202 sandbox/linux/services/libc_urandom_override.cc                   struct stat *buf)  __asm__ ("stat");
stat              205 sandbox/linux/services/libc_urandom_override.cc int stat_override(const char *path, struct stat *buf) {
stat               29 sandbox/linux/services/thread_helpers.cc   struct stat task_stat;
stat               76 sandbox/linux/services/thread_helpers.cc     struct stat task_stat;
stat               89 sandbox/linux/suid/linux_util.c       struct stat statbuf;
stat               41 sandbox/linux/suid/process_util_linux.c   struct stat statbuf;
stat               89 sandbox/linux/suid/sandbox.c   struct stat sdir_stat;
stat               90 sandbox/linux/suid/sandbox.c   if (!stat(SAFE_DIR, &sdir_stat) && S_ISDIR(sdir_stat.st_mode))
stat               93 sandbox/linux/suid/sandbox.c     if (!stat(SAFE_DIR2, &sdir_stat) && S_ISDIR(sdir_stat.st_mode))
stat               30 sandbox/linux/tests/unit_tests.cc   struct stat task_stat;
stat               31 sandbox/linux/tests/unit_tests.cc   int task_d = stat("/proc/self/task", &task_stat);
stat               73 third_party/bspatch/mbspatch.cc   struct stat hs;
stat              233 third_party/bspatch/mbspatch.cc     struct stat os;
stat             2745 third_party/libevent/evdns.c 	struct stat st;
stat               88 third_party/libevent/sample/event-test.c 	struct stat st;
stat              356 third_party/libusb/src/libusb/os/linux_usbfs.c 	struct stat statbuf;
stat              411 third_party/libusb/src/libusb/os/linux_usbfs.c 		r = stat(SYSFS_DEVICE_PATH, &statbuf);
stat              965 third_party/libxml/src/catalog.c     struct stat info;
stat              973 third_party/libxml/src/catalog.c     if (stat(filename, &info) < 0)
stat               58 third_party/libxml/src/runsuite.c     struct stat buf;
stat               60 third_party/libxml/src/runsuite.c     if (stat(filename, &buf) == -1)
stat              595 third_party/libxml/src/runtest.c     struct stat buf;
stat              597 third_party/libxml/src/runtest.c     if (stat(filename, &buf) == -1)
stat              651 third_party/libxml/src/runtest.c     struct stat info;
stat              653 third_party/libxml/src/runtest.c     if (stat(filename, &info) < 0)
stat              683 third_party/libxml/src/runtest.c     struct stat info;
stat              686 third_party/libxml/src/runtest.c     if (stat(filename, &info) < 0)
stat               90 third_party/libxml/src/testRelax.c 		    struct stat info;
stat               92 third_party/libxml/src/testRelax.c 		    if (stat(argv[i], &info) < 0) 
stat               86 third_party/libxml/src/testSchemas.c 		    struct stat info;
stat               88 third_party/libxml/src/testSchemas.c 		    if (stat(argv[i], &info) < 0) 
stat              653 third_party/libxml/src/xmlIO.c xmlWrapStatUtf8(const char *path,struct stat *info)
stat              667 third_party/libxml/src/xmlIO.c        retval = stat(path,info);
stat              697 third_party/libxml/src/xmlIO.c xmlWrapStatNative(const char *path,struct stat *info)
stat              700 third_party/libxml/src/xmlIO.c     return stat(path,info);
stat              706 third_party/libxml/src/xmlIO.c typedef int (* xmlWrapStatFunc) (const char *f, struct stat *s);
stat              768 third_party/libxml/src/xmlIO.c 	struct stat stat_buffer;
stat              778 third_party/libxml/src/xmlIO.c     if (stat(path, &stat_buffer) == -1)
stat             1823 third_party/libxml/src/xmllint.c     struct stat info;
stat             1828 third_party/libxml/src/xmllint.c 	if (stat(filename, &info) < 0)
stat             2213 third_party/libxml/src/xmllint.c 	struct stat info;
stat             2215 third_party/libxml/src/xmllint.c 	if (stat(filename, &info) < 0)
stat             2328 third_party/libxml/src/xmllint.c 	    struct stat info;
stat             2330 third_party/libxml/src/xmllint.c 	    if (stat(filename, &info) < 0)
stat              281 third_party/libxslt/libxslt/security.c     struct stat stat_buffer;
stat              293 third_party/libxslt/libxslt/security.c     if (stat(path, &stat_buffer) == -1)
stat               49 third_party/npapi/npspy/common/utils.cpp   struct stat s;
stat               50 third_party/npapi/npspy/common/utils.cpp   return (stat(szFileName, &s) != -1);
stat               46 third_party/npapi/npspy/extern/java/zip.h struct stat;
stat               58 third_party/npapi/npspy/extern/java/zip.h zip_stat(zip_t *zip, const char *fn, struct stat *sbuf);
stat              339 third_party/npapi/npspy/extern/nspr/md/_beos.h #define _MD_STAT stat
stat              537 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRInt32) _MD_stat(const char *name, struct stat *buf);
stat              444 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_STAT	stat
stat              597 third_party/npapi/npspy/extern/nspr/md/_unixos.h typedef struct stat _MDStat64;
stat              600 third_party/npapi/npspy/extern/nspr/md/_unixos.h typedef struct stat _MDStat64;
stat              469 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_INIT_CONTEXT(_t, sp, epa, stat )   \
stat              471 third_party/npapi/npspy/extern/nspr/md/_win16.h      *(stat) = PR_TRUE;                        \
stat               55 third_party/npapi/npspy/extern/nspr/md/sunos4.h struct stat;
stat              152 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int lstat(const char *, struct stat *);
stat              153 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int fstat(int, struct stat *);
stat              160 third_party/npapi/npspy/extern/nspr/obsolete/probslet.h #include <stat.h>
stat              162 third_party/npapi/npspy/extern/nspr/obsolete/probslet.h #include <sys/stat.h>
stat              165 third_party/npapi/npspy/extern/nspr/obsolete/probslet.h NSPR_API(PRInt32) PR_Stat(const char *path, struct stat *buf);
stat               55 third_party/protobuf/src/google/protobuf/testing/file.cc #define lstat stat
stat              150 third_party/protobuf/src/google/protobuf/testing/file.cc   struct stat stats;
stat             24451 third_party/sqlite/amalgamation/sqlite3.c   { "stat",         (sqlite3_syscall_ptr)stat,       0  },
stat             24452 third_party/sqlite/amalgamation/sqlite3.c #define osStat      ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
stat             24465 third_party/sqlite/amalgamation/sqlite3.c #define osFstat     ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
stat             25252 third_party/sqlite/amalgamation/sqlite3.c   struct stat statbuf;           /* Low-level file information */
stat             26413 third_party/sqlite/amalgamation/sqlite3.c     struct stat statBuf;
stat             27524 third_party/sqlite/amalgamation/sqlite3.c   struct stat buf;
stat             27565 third_party/sqlite/amalgamation/sqlite3.c     struct stat buf;              /* Used to hold return values of fstat() */
stat             27915 third_party/sqlite/amalgamation/sqlite3.c     struct stat sStat;                 /* fstat() info for database file */
stat             28057 third_party/sqlite/amalgamation/sqlite3.c     struct stat sStat;                 /* Used by fstat() */
stat             28815 third_party/sqlite/amalgamation/sqlite3.c   struct stat buf;
stat             28905 third_party/sqlite/amalgamation/sqlite3.c   struct stat sStat;                   /* Results of stat() call */
stat             28965 third_party/sqlite/amalgamation/sqlite3.c     struct stat sStat;            /* Output of stat() on database file */
stat             29372 third_party/sqlite/amalgamation/sqlite3.c     struct stat buf;
stat             30098 third_party/sqlite/amalgamation/sqlite3.c       struct stat buf;
stat             30287 third_party/sqlite/amalgamation/sqlite3.c           struct stat buf;
stat             30546 third_party/sqlite/amalgamation/sqlite3.c       struct stat conchInfo;
stat              310 third_party/sqlite/src/src/os_unix.c   { "stat",         (sqlite3_syscall_ptr)stat,       0  },
stat              311 third_party/sqlite/src/src/os_unix.c #define osStat      ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
stat              324 third_party/sqlite/src/src/os_unix.c #define osFstat     ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
stat             1111 third_party/sqlite/src/src/os_unix.c   struct stat statbuf;           /* Low-level file information */
stat             2272 third_party/sqlite/src/src/os_unix.c     struct stat statBuf;
stat             3383 third_party/sqlite/src/src/os_unix.c   struct stat buf;
stat             3424 third_party/sqlite/src/src/os_unix.c     struct stat buf;              /* Used to hold return values of fstat() */
stat             3774 third_party/sqlite/src/src/os_unix.c     struct stat sStat;                 /* fstat() info for database file */
stat             3916 third_party/sqlite/src/src/os_unix.c     struct stat sStat;                 /* Used by fstat() */
stat             4674 third_party/sqlite/src/src/os_unix.c   struct stat buf;
stat             4764 third_party/sqlite/src/src/os_unix.c   struct stat sStat;                   /* Results of stat() call */
stat             4824 third_party/sqlite/src/src/os_unix.c     struct stat sStat;            /* Output of stat() on database file */
stat             5231 third_party/sqlite/src/src/os_unix.c     struct stat buf;
stat             5957 third_party/sqlite/src/src/os_unix.c       struct stat buf;
stat             6146 third_party/sqlite/src/src/os_unix.c           struct stat buf;
stat             6405 third_party/sqlite/src/src/os_unix.c       struct stat conchInfo;
stat              334 third_party/sqlite/src/src/test_demovfs.c   struct stat sStat;              /* Output of fstat() call */
stat               97 third_party/sqlite/src/src/test_syscall.c static int ts_stat(const char *zPath, struct stat *p);
stat               98 third_party/sqlite/src/src/test_syscall.c static int ts_fstat(int fd, struct stat *p);
stat              141 third_party/sqlite/src/src/test_syscall.c #define orig_stat      ((int(*)(const char*,struct stat*))aSyscall[4].xOrig)
stat              142 third_party/sqlite/src/src/test_syscall.c #define orig_fstat     ((int(*)(int,struct stat*))aSyscall[5].xOrig)
stat              252 third_party/sqlite/src/src/test_syscall.c static int ts_stat(const char *zPath, struct stat *p){
stat              262 third_party/sqlite/src/src/test_syscall.c static int ts_fstat(int fd, struct stat *p){
stat              782 third_party/sqlite/src/test/threadtest3.c     struct stat sStat;
stat              783 third_party/sqlite/src/test/threadtest3.c     if( stat(zFile, &sStat) ){
stat              473 third_party/sqlite/src/tool/showdb.c   struct stat sbuf;
stat              274 third_party/sqlite/src/tool/showwal.c   struct stat sbuf;
stat               70 third_party/talloc/libreplace/repdir_getdents.c 	struct stat sb;
stat               72 third_party/talloc/libreplace/repdir_getdirentries.c 	struct stat sb;
stat               56 third_party/talloc/libreplace/test/testsuite.c 	struct stat st;
stat              878 third_party/talloc/libreplace/test/testsuite.c 	struct stat st1, st2, st3;
stat              960 third_party/talloc/libreplace/test/testsuite.c 	struct stat st1, st2;
stat             1916 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h   LSS_INLINE _syscall2(int,     stat,            const char*, f,
stat              192 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   struct stat statbuf;
stat              585 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   struct stat statbuf;
stat              586 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   EXPECT_EQ(0, stat(checker_.filename().c_str(), &statbuf));
stat             1824 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h   LSS_INLINE _syscall2(int,     stat,            const char*, f,
stat              192 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   struct stat statbuf;
stat              585 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   struct stat statbuf;
stat              586 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   EXPECT_EQ(0, stat(checker_.filename().c_str(), &statbuf));
stat               91 third_party/zlib/contrib/minizip/minizip.c   struct stat s;        /* results of stat() */
stat              109 third_party/zlib/contrib/minizip/minizip.c     if (stat(name,&s)==0)
stat               14 tools/android/adb_reboot/adb_reboot.c   struct stat ft;
stat               34 tools/android/adb_reboot/adb_reboot.c     stat("/sdcard/host_heartbeat", &ft);
stat               88 ui/surface/transport_dib_posix.cc   struct stat st;