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

  /external/qemu/slirp-android/
slirp.h 12 #define STAT(expr) expr
14 #define STAT(expr) do { } while(0)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 35 #define STAT 18
FuzzyLexer.h 25 #define STAT 15
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 25 #define STAT 15
  /external/chromium_org/third_party/webrtc/tools/converter/
converter.cc 12 #include <sys/stat.h>
21 #define STAT _stat
24 #define STAT stat
157 struct STAT file_info;
158 int result = STAT(file_name_to_check.c_str(), &file_info);
  /external/qemu/slirp/
slirp.h 12 #define STAT(expr) expr
14 #define STAT(expr) do { } while(0)
191 #include <sys/stat.h>
  /external/stlport/src/details/
fstream_unistd.cpp 21 // For sunpro, it chokes if time.h is included through stat.h
32 #include <sys/stat.h> // For stat
60 # define STAT stat
66 # define STAT stat64
105 struct STAT buf;
113 struct STAT buf;
148 // Return the size of the file. This is a wrapper for stat.
fstream_stdio.cpp 21 // For sunpro, it chokes if time.h is included through stat.h
33 # include <sys/stat.h>
47 # include <sys/stat.h> // For _fstat
114 # define STAT stat
120 # define STAT stat64
129 struct STAT buf;
137 struct STAT buf;
165 // Return the size of the file. This is a wrapper for stat.
278 struct STAT buf
    [all...]
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 21 // For sunpro, it chokes if time.h is included through stat.h
32 #include <sys/stat.h> // For stat
60 # define STAT stat
66 # define STAT stat64
105 struct STAT buf;
113 struct STAT buf;
148 // Return the size of the file. This is a wrapper for stat.
fstream_stdio.cpp 21 // For sunpro, it chokes if time.h is included through stat.h
33 # include <sys/stat.h>
47 # include <sys/stat.h> // For _fstat
114 # define STAT stat
120 # define STAT stat64
129 struct STAT buf;
137 struct STAT buf;
165 // Return the size of the file. This is a wrapper for stat.
278 struct STAT buf
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 38 #include <sys/stat.h>
53 int (*op_fstat)(int, struct stat *);
103 } STAT;
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 104 milliseconds