/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tar.h | 92 #define SYMTYPE '2' /* Symbolic link (hard if not supported). */
|
fcntl.h | 63 # define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ 66 # define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/ |
eglplatform.h | 113 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
eglplatform.h | 104 * their type is boolean, bitmask, enumerant (symbolic constant), integer,
|
/external/chromium/net/http/ |
http_auth_cache.cc | 13 // they call the "last symbolic element in the absolute path". 95 // the last symbolic element in the path field of the Request-URI also are
|
/external/grub/netboot/ |
sis900.h | 18 /* Symbolic offsets to registers. */ 40 /* Symbolic names for bits in various registers */
|
/ndk/docs/ |
HOWTO.html | 57 a symbolic link to your final Application.mk there. For example, imagine 72 symbolic links through the "ln -s" command, as in:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fcntl.h | 63 # define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ 66 # define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 52 const NFSMODE_LNK = 0120000; /* symbolic link */ 89 NFLNK = 5, /* symbolic link */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fcntl.h | 63 # define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ 66 # define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 52 const NFSMODE_LNK = 0120000; /* symbolic link */ 89 NFLNK = 5, /* symbolic link */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 52 const NFSMODE_LNK = 0120000; /* symbolic link */ 89 NFLNK = 5, /* symbolic link */
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 198 This is required to easily support symbolic links - If we find later that the inode pointed by the entry is 199 actually a symbolic link, we'll need to return to this point, and the above inode doesn't have (and can't have, 209 8. If the inode's type is a symbolic link (only fast symbolic link were meanwhile implemented. I guess this is 268 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */ 271 wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n");
|