HomeSort by relevance Sort by last modified time
    Searched defs:Stat (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
MemoryStream.cpp 237 HRESULT STDMETHODCALLTYPE MemoryStream::Stat(
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 165 #include <sys/stat.h>
863 // 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); }
876 typedef struct stat StatStruct;
880 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
    [all...]

Completed in 37 milliseconds