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

  /external/e2fsprogs/misc/
lsattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
66 #define LSTAT lstat64
69 #define LSTAT lstat
126 if (LSTAT (name, &st) == -1) {
152 if (LSTAT (path, &st) == -1)
chattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
79 #define LSTAT lstat64
82 #define LSTAT lstat
216 if (LSTAT (name, &st) == -1) {
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 54 * TEST IDENTIFIER : lstat01 (lstat)
152 * For lstat
215 #include <sys/stat.h> /* stat(2) and lstat(2) system calls */
258 #define LSTAT "lstat01"
287 "lstat(2) of symbolic link file which points to no object file is ok",
288 "lstat(2) of symbolic link file which points at an object file is ok",
309 "lstat(2) of object file returns object file inode information",
371 LSTAT, 0, 0, 8, creat_symlink, ck_symlink, {
373 LSTAT, 0, 0, 9, creat_both, ck_both, {
375 LSTAT, 0, 0, 30, creat_object, ck_object,
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 394 milliseconds