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

  /external/llvm/lib/Support/
FileOutputBuffer.cpp 40 sys::fs::file_status Stat;
41 error_code EC = sys::fs::status(FilePath, Stat);
42 switch (Stat.type()) {
  /external/webkit/Source/WebKit/win/
MemoryStream.cpp 237 HRESULT STDMETHODCALLTYPE MemoryStream::Stat(
  /external/skia/src/utils/win/
SkIStream.cpp 98 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg
200 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg
258 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 158 class Stat:
171 self.passed = Stat ()
172 self.failed = Stat ()
173 self.total = Stat ()
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 165 #include <sys/stat.h>
871 // Stat(), RmDir(), and IsDir() are not needed on Windows CE at this
875 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
884 typedef struct stat StatStruct;
888 inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); }
    [all...]
  /external/openssh/
sftp-server.c 22 #include <sys/stat.h>
78 typedef struct Stat Stat;
80 struct Stat {
457 send_names(u_int32_t id, int count, const Stat *stats)
689 struct stat st;
698 ret = do_lstat ? lstat(name, &st) : stat(name, &st);
727 struct stat st;
928 struct stat st;
930 Stat *stats
    [all...]
  /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...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 190 # include <sys/stat.h>
243 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 193 # include <sys/stat.h>
247 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 193 # include <sys/stat.h>
248 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 194 # include <sys/stat.h>
251 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 50 u32 Stat[SIZE_MAX_STATUS];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 50 u32 Stat[SIZE_MAX_STATUS];
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 288 # include <sys/stat.h>
343 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 2724 milliseconds