Searched defs:S_IFLNK (Results 1 - 14 of 14) sorted by path

/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/kernel-headers/original/uapi/linux/
H A Dstat.h9 #define S_IFLNK 0120000 macro
19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py572 S_IFLNK = 0120000 variable
581 def S_ISLNK(m): return (((m) & S_IFMT) == S_IFLNK)
/external/python/cpython2/Lib/
H A Dstat.py35 S_IFLNK = 0120000 variable
56 return S_IFMT(mode) == S_IFLNK
H A Dtarfile.py136 S_IFLNK = 0120000 # symbolic link variable
285 ((S_IFLNK, "l"),
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/syslinux/com32/include/sys/
H A Dstat.h14 #define S_IFLNK 0120000 macro
23 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/external/syslinux/core/fs/ext2/
H A Dext2_fs.h47 #define S_IFLNK 0120000 // Symbolic link macro
57 #define T_IFLNK (S_IFLNK >> S_IFSHIFT)
/external/syslinux/core/fs/xfs/
H A Dxfs.h121 #define S_IFLNK 0120000 macro

Completed in 333 milliseconds