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

  /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/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 54 public static final String STAT = "STAT";
  /external/webrtc/webrtc/tools/converter/
converter.cc 12 #include <sys/stat.h>
21 #define STAT _stat
24 #define STAT stat
161 struct STAT file_info;
162 int result = STAT(file_name_to_check.c_str(), &file_info);
  /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...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 54 public static final String STAT = "STAT";
  /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/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 264 milliseconds