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

  /external/llvm/lib/Support/
FileOutputBuffer.cpp 49 sys::fs::file_status Stat;
50 error_code EC = sys::fs::status(FilePath, Stat);
51 switch (Stat.type()) {
  /cts/suite/pts/lib/commonutil/src/com/android/pts/util/
Stat.java 23 public class Stat {
  /external/webkit/Source/WebKit/win/
MemoryStream.cpp 237 HRESULT STDMETHODCALLTYPE MemoryStream::Stat(
  /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/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];

Completed in 230 milliseconds