HomeSort by relevance Sort by last modified time
    Searched refs:S_ISLNK (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 55 def S_ISLNK(mode):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 55 def S_ISLNK(mode):
  /external/e2fsprogs/util/
symlinks.c 24 #ifndef S_ISLNK
25 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK))
291 if (S_ISLNK(st.st_mode)) {
377 else if (S_ISLNK(st.st_mode))
  /external/e2fsprogs/misc/
chattr.c 43 #ifndef S_ISLNK /* So we can compile even with gcc-warn */
45 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK)
47 # define S_ISLNK(mode) 0
  /external/oprofile/libutil/
op_file.c 102 S_ISLNK(lstat_buf.st_mode)) {
  /system/core/toolbox/upstream-netbsd/bin/ln/
ln.c 131 if (hflag && lstat(sourcedir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
  /external/bison/lib/
sys_stat.in.h 90 # undef S_ISLNK
135 #ifndef S_ISLNK
137 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
139 # define S_ISLNK(m) 0
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_reliantunix.h 255 #if !defined(S_ISLNK) && defined(S_IFLNK)
256 #define S_ISLNK(mode) ((mode&0xA000) == 0xC000)
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 188 if (S_ISLNK(sb.st_mode)) {
  /external/bison/darwin-lib/sys/
stat.h 402 # undef S_ISLNK
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
451 # define S_ISLNK(m) 0
    [all...]
  /external/bison/linux-lib/sys/
stat.h 402 # undef S_ISLNK
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
451 # define S_ISLNK(m) 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 260 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
282 elif S_ISDIR(mode) and not S_ISLNK(mode):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 260 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
282 elif S_ISDIR(mode) and not S_ISLNK(mode):
  /system/core/libcutils/
dir_hash.c 56 if (S_ISLNK(sb.st_mode)) {
92 if (S_ISLNK(sb.st_mode) || S_ISREG(sb.st_mode)) {
fs.c 201 if (S_ISLNK(sb.st_mode)) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 154 if (!(tolnk && S_ISLNK(sb.st_mode)))
383 islink = S_ISLNK(fs->st_mode);
  /system/core/adb/
file_sync_client.c 368 else if (S_ISLNK(mode))
657 if(!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) {
725 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
840 } else if (S_ISREG(mode) || S_ISLNK(mode)) {
973 if(S_ISREG(mode) || S_ISLNK(mode) || S_ISCHR(mode) || S_ISBLK(mode)) {
file_sync_service.c 341 is_link = S_ISLNK((mode_t) mode);
352 do_unlink = lstat(path, &st) || S_ISREG(st.st_mode) || S_ISLNK(st.st_mode);
  /build/libs/host/
CopyFile.c 363 && !S_ISLNK(dstStat.st_mode)
622 } else if (S_ISLNK(srcStat.st_mode)) {
  /external/chromium_org/chrome/browser/
process_singleton_posix_unittest.cc 137 ASSERT_TRUE(S_ISLNK(statbuf.st_mode));
143 ASSERT_TRUE(S_ISLNK(statbuf.st_mode));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 139 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK)
143 # define S_ISLNK(mode) 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 139 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK)
143 # define S_ISLNK(mode) 0
  /ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c 278 if (! S_ISLNK (sb->st_mode))
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 399 if(S_ISLNK(stats.st_mode) ||
429 if(S_ISLNK(stats.st_mode))
mkyaffsimage.c 412 if(S_ISLNK(stats.st_mode) ||
438 if(S_ISLNK(stats.st_mode))

Completed in 1120 milliseconds

1 2 34 5 6 7