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

/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp49 sys::fs::file_status Stat; local
50 error_code EC = sys::fs::status(FilePath, Stat);
51 switch (Stat.type()) {
/external/webkit/Source/WebKit/win/
H A DMemoryStream.cpp237 HRESULT STDMETHODCALLTYPE MemoryStream::Stat( function in class:MemoryStream
/external/openssh/
H A Dsftp-server.c78 typedef struct Stat Stat; typedef in typeref:struct:Stat
80 struct Stat { struct
457 send_names(u_int32_t id, int count, const Stat *stats)
930 Stat *stats;
933 stats = xcalloc(nstats, sizeof(Stat));
937 stats = xrealloc(stats, nstats, sizeof(Stat));
1052 Stat s;
1137 Stat s;
/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/gtest/include/gtest/internal/
H A Dgtest-port.h1592 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
1596 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } function in namespace:testing::internal::posix
1609 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
/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); }

Completed in 2744 milliseconds