Searched refs:file_stat (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc216 posix::StatStruct file_stat;
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
243 posix::StatStruct file_stat; local
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
245 posix::IsDir(file_stat);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat; local
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/gtest/src/
H A Dgtest-filepath.cc211 posix::StatStruct file_stat;
212 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
238 posix::StatStruct file_stat; local
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
240 posix::IsDir(file_stat);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc207 posix::StatStruct file_stat;
208 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
234 posix::StatStruct file_stat; local
235 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
236 posix::IsDir(file_stat);
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat; local
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc178 posix::StatStruct file_stat;
179 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
205 posix::StatStruct file_stat; local
206 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
207 posix::IsDir(file_stat);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_util.cc118 struct stat file_stat; local
119 if (stat(path.value().c_str(), &file_stat) != 0)
123 if (GetNanoSecsFromStat(file_stat, &sec, &nsec)) {
/external/oprofile/opjitconv/
H A Dopjitconv.c256 struct stat file_stat; local
274 if (lstat(dmp_pathname, &file_stat) == -1) {
279 if (S_ISLNK(file_stat.st_mode)) {
348 rc = fstat(jofd, &file_stat);
364 if (!(file_stat.st_ctime < dumpfile_modtime ||
365 file_stat.st_mtime < dumpfile_modtime)) {
/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc331 struct stat file_stat; local
332 if (fstat(fileno(file), &file_stat) != 0) return NULL;
333 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcloudstorage_api.py140 file_stat = common.GCSFileStat(
148 return file_stat
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c333 struct stat file_stat; local
350 if (fstat(fd, &file_stat) == 0)
352 file_size = file_stat.st_size;
/external/chromium_org/v8/src/
H A Dd8.cc1066 struct stat file_stat;
1067 if (fstat(fileno(file), &file_stat) != 0) return NULL;
1068 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8043 posix::StatStruct file_stat;
8044 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
8070 posix::StatStruct file_stat;
8071 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
8072 posix::IsDir(file_stat);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8045 posix::StatStruct file_stat;
8046 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
8072 posix::StatStruct file_stat;
8073 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
8074 posix::IsDir(file_stat);

Completed in 385 milliseconds