HomeSort by relevance Sort by last modified time
    Searched refs:S_ISLNK (Results 1 - 25 of 45) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /development/ndk/platforms/android-3/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 29 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /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
195 if (S_ISLNK(st.st_mode) && recursive)
202 if (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode) &&
  /external/kernel-headers/original/linux/
stat.h 24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /bionic/libc/bionic/
realpath.c 105 if (S_ISLNK(sb.st_mode)) {
  /external/oprofile/libutil/
op_file.c 102 S_ISLNK(lstat_buf.st_mode)) {
  /frameworks/base/libs/utils/
misc.cpp 143 else if (S_ISLNK(sb.st_mode))
  /external/grub/stage2/
fsys_minix.c 152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
352 if (S_ISLNK (INODE->i_mode))
362 printf ("S_ISLNK (%s)\n", dirname);
fsys_ext2fs.c 233 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
602 if (S_ISLNK (INODE->i_mode))
  /bootable/recovery/minzip/
DirUtil.c 234 if (S_ISLNK(st.st_mode)) {
  /device/samsung/crespo/alsa-utils/alsactl/
init_sysfs.c 109 if (S_ISLNK(statbuf.st_mode)) {
  /frameworks/base/core/jni/
android_os_ParcelFileDescriptor.cpp 110 if (S_ISREG(st.st_mode) || S_ISLNK(st.st_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)) {
  /system/core/adb/
file_sync_client.c 385 else if (S_ISLNK(mode))
648 if(!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) {
713 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
827 } else if (S_ISREG(mode) || S_ISLNK(mode)) {
915 (S_ISLNK(ci->mode & mode) && timestamp >= ci->time))
963 if(S_ISREG(mode) || S_ISLNK(mode) || S_ISCHR(mode) || S_ISBLK(mode)) {
  /external/bluetooth/glib/gio/
glocalfileinfo.c 151 #ifdef S_ISLNK
186 #endif /* S_ISLNK */
919 #ifdef S_ISLNK
920 else if (S_ISLNK (statbuf->st_mode))
    [all...]
  /build/libs/host/
CopyFile.c 344 && !S_ISLNK(dstStat.st_mode)
603 } else if (S_ISLNK(srcStat.st_mode)) {
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 336 if(S_ISLNK(stats.st_mode) ||
366 if(S_ISLNK(stats.st_mode))
  /system/core/cpio/
mkbootfs.c 216 } else if(S_ISLNK(s.st_mode)) {
  /system/core/sh/
cd.c 188 || (S_ISLNK(statb.st_mode))) {

Completed in 811 milliseconds

1 2