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

  /external/ltp/testcases/kernel/io/disktest/
sfunc.h 110 START, END, STAT, INFO, DBUG, WARN, ERR
  /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);
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
SimplePerfUtil.java 163 STAT("stat"),
  /external/ltp/utils/ffsb-6.0-rc2/
util.c 19 #include <sys/stat.h>
40 #define STAT(a, b) do { stat((a), (b)); } while (0)
41 struct stat filestat;
43 #define STAT(a, b) do { stat64((a), (b)); } while (0)
47 STAT(name, &filestat);
49 #undef STAT
  /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/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 48 * TEST IDENTIFIER : stat04 (stat)
147 * For stat
215 #include <sys/stat.h> /* stat(2) and lstat(2) system calls */
256 #define STAT "stat04"
285 "Getting stat info about object file through symbolic link file is ok",
286 "Stat(2) error when accessing non-existent object through symbolic link is caught",
357 STAT, 0, 0, 6, creat_both, ck_both, {
361 STAT, 1, ENOENT, 7, creat_symlink, ck_symlink, {
363 STAT, 1, ELOOP, 28, creat_symlink, ck_symlink,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 45 #include <sys/stat.h>
148 /* choose the appropriate stat and fstat functions and return structs */
149 #undef STAT
152 #define STAT stat
154 #define STRUCT_STAT struct stat
289 "stat_result: Result from stat or lstat.\n\n\
297 See os.stat for more information.");
447 Determine whether os.[lf]stat represents time stamps as float objects.\n\
448 If newval is True, future calls to stat() return floats, if it is False,\n\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 44 #include <sys/stat.h>
147 /* choose the appropriate stat and fstat functions and return structs */
148 #undef STAT
151 #define STAT stat
153 #define STRUCT_STAT struct stat
288 "stat_result: Result from stat or lstat.\n\n\
296 See os.stat for more information.");
446 Determine whether os.[lf]stat represents time stamps as float objects.\n\
447 If newval is True, future calls to stat() return floats, if it is False,\n\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 72 #include <sys/stat.h>
205 extern int stat(const char *, struct stat *);
212 extern int lstat(const char *, struct stat *);
341 /* choose the appropriate stat and fstat functions and return structs */
342 #undef STAT
346 # define STAT win32_stat
350 # define STAT stat
352 # define STRUCT_STAT struct stat
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 73 #include <sys/stat.h>
206 extern int stat(const char *, struct stat *);
213 extern int lstat(const char *, struct stat *);
1012 /* choose the appropriate stat and fstat functions and return structs */
1013 #undef STAT
1017 # define STAT win32_stat
1021 # define STAT stat
1023 # define STRUCT_STAT struct stat
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 796 milliseconds