Searched defs:Stat (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp42 sys::fs::file_status Stat; local
43 std::error_code EC = sys::fs::status(FilePath, Stat);
44 switch (Stat.type()) {
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py158 class Stat: class in inherits:
171 self.passed = Stat ()
172 self.failed = Stat ()
173 self.total = Stat ()
/external/skia/src/utils/win/
H A DSkIStream.cpp98 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg function in class:SkBaseIStream
205 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg function in class:SkIStream
265 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg function in class:SkWIStream
/external/openssh/
H A Dsftp-server.c83 typedef struct Stat Stat; typedef in typeref:struct:Stat
85 struct Stat { struct
576 send_names(u_int32_t id, int count, const Stat *stats)
1059 Stat *stats;
1062 stats = xcalloc(nstats, sizeof(Stat));
1066 stats = xrealloc(stats, nstats, sizeof(Stat));
1169 Stat s;
1252 Stat s;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1584 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1588 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1601 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1574 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1578 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1591 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1297 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1301 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1314 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1630 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1634 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1647 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1726 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1743 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1124 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg, DWORD grfStatFlag) function in class:FX_FINAL
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2359 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2363 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:std::tr1::posix
2376 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2833 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
2837 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:std::tr1::posix
2850 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 490 milliseconds