Searched refs:Stat (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DMemoryStream.h92 virtual HRESULT STDMETHODCALLTYPE Stat(
H A DMemoryStream.cpp237 HRESULT STDMETHODCALLTYPE MemoryStream::Stat( function in class:MemoryStream
H A DWebHTMLRepresentation.cpp284 hr = data->Stat(&stat, STATFLAG_NONAME);
H A DWebFrame.cpp589 if (SUCCEEDED(data->Stat(&stat, STATFLAG_NONAME))) {
/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc179 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
206 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h863 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
867 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
880 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1543 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1547 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1560 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc177 enum Stat {
195 inline void Incr(Stat s) { ++g_stats[s]; }
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1579 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1583 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1596 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/clang/lib/Serialization/
H A DASTWriter.cpp1123 for (MemorizeStatCalls::iterator Stat = StatCalls.begin(),
1125 Stat != StatEnd; ++Stat, ++NumStatEntries) {
1126 StringRef Filename = Stat->first();
1127 Generator.insert(Filename.data(), Stat->second);

Completed in 5621 milliseconds