Package | com.adobe.flascc.kernel |
Class | public class KernelConstants |
Inheritance | KernelConstants ![]() |
Constant | Defined By | ||
---|---|---|---|
DT_BLK : int = 6 [static] | KernelConstants | ||
DT_CHR : int = 2 [static] | KernelConstants | ||
DT_DIR : int = 4 [static] | KernelConstants | ||
DT_FIFO : int = 1 [static] | KernelConstants | ||
DT_LNK : int = 10 [static] | KernelConstants | ||
DT_REG : int = 8 [static] | KernelConstants | ||
DT_SOCK : int = 12 [static] | KernelConstants | ||
DT_UNKNOWN : int = 0 [static] | KernelConstants | ||
DT_WHT : int = 14 [static] | KernelConstants | ||
E2BIG : int = 7 [static] | KernelConstants | ||
EACCESS : int = 13 [static] | KernelConstants | ||
EBADF : int = 9 [static] | KernelConstants | ||
EBUSY : int = 16 [static] | KernelConstants | ||
ECHILD : int = 10 [static] | KernelConstants | ||
EDEADLK : int = 11 [static] | KernelConstants | ||
EEXIST : int = 17 [static] | KernelConstants | ||
EFAULT : int = 14 [static] | KernelConstants | ||
EFBIG : int = 27 [static] | KernelConstants | ||
EINTR : int = 4 [static] | KernelConstants | ||
EINVAL : int = 22 [static] | KernelConstants | ||
EIO : int = 5 [static] | KernelConstants | ||
EISDIR : int = 21 [static] | KernelConstants | ||
EMFILE : int = 24 [static] | KernelConstants | ||
EMLINK : int = 31 [static] | KernelConstants | ||
ENFILE : int = 23 [static] | KernelConstants | ||
ENODEV : int = 19 [static] | KernelConstants | ||
ENOENT : int = 2 [static] | KernelConstants | ||
ENOEXEC : int = 8 [static] | KernelConstants | ||
ENOMEM : int = 12 [static] | KernelConstants | ||
ENOSPC : int = 28 [static] | KernelConstants | ||
ENOSYS : int = 78 [static] | KernelConstants | ||
ENOTBLK : int = 15 [static] | KernelConstants | ||
ENOTDIR : int = 20 [static] | KernelConstants | ||
ENOTEMPTY : int = 66 [static] | KernelConstants | ||
ENOTTY : int = 25 [static] | KernelConstants | ||
ENXIO : int = 6 [static] | KernelConstants | ||
EOVERFLOW : int = 84 [static] | KernelConstants | ||
EPERM : int = 1 [static] | KernelConstants | ||
EPIPE : int = 32 [static] | KernelConstants | ||
EROFS : int = 30 [static] | KernelConstants | ||
ESPIPE : int = 29 [static] | KernelConstants | ||
ESRCH : int = 3 [static] | KernelConstants | ||
ETXBSY : int = 26 [static] | KernelConstants | ||
EXDEV : int = 18 [static] | KernelConstants | ||
F_DUPFD : int = 0 [static] | KernelConstants | ||
O_ACCMODE : int = 0x0003 [static] | KernelConstants | ||
O_APPEND : int = 0x0008 [static] | KernelConstants | ||
O_CREAT : int = 0x0200 [static] | KernelConstants | ||
O_DIRECT : int = 0x00010000 [static] | KernelConstants | ||
O_EXCL : int = 0x0800 [static] | KernelConstants | ||
O_EXLOCK : int = 0x0020 [static] | KernelConstants | ||
O_FSYNC : int = 0x0080 [static] | KernelConstants | ||
O_NOFOLLOW : int = 0x0100 [static] | KernelConstants | ||
O_NONBLOCK : int = 0x0004 [static] | KernelConstants | ||
O_RDONLY : int = 0x0000 [static] | KernelConstants | ||
O_RDWR : int = 0x0002 [static] | KernelConstants | ||
O_SHLOCK : int = 0x0010 [static] | KernelConstants | ||
O_SYNC : int = 0x0080 [static] | KernelConstants | ||
O_TRUNC : int = 0x0400 [static] | KernelConstants | ||
O_WRONLY : int = 0x0001 [static] | KernelConstants | ||
SEEK_CUR : int = 1 [static] | KernelConstants | ||
SEEK_END : int = 2 [static] | KernelConstants | ||
SEEK_SET : int = 0 [static] | KernelConstants | ||
S_IFBLK : int = 0x6000 [static] | KernelConstants | ||
S_IFCHR : int = 0x2000 [static] | KernelConstants | ||
S_IFDIR : int = 0x4000 [static] | KernelConstants | ||
S_IFIFO : int = 0x1000 [static] | KernelConstants | ||
S_IFLNK : int = 0xA000 [static] | KernelConstants | ||
S_IFREG : int = 0x8000 [static] | KernelConstants | ||
S_IFSOCK : int = 0xC000 [static] | KernelConstants |
DT_BLK | Constant |
public static const DT_BLK:int = 6
DT_CHR | Constant |
public static const DT_CHR:int = 2
DT_DIR | Constant |
public static const DT_DIR:int = 4
DT_FIFO | Constant |
public static const DT_FIFO:int = 1
DT_LNK | Constant |
public static const DT_LNK:int = 10
DT_REG | Constant |
public static const DT_REG:int = 8
DT_SOCK | Constant |
public static const DT_SOCK:int = 12
DT_UNKNOWN | Constant |
public static const DT_UNKNOWN:int = 0
DT_WHT | Constant |
public static const DT_WHT:int = 14
E2BIG | Constant |
public static const E2BIG:int = 7
EACCESS | Constant |
public static const EACCESS:int = 13
EBADF | Constant |
public static const EBADF:int = 9
EBUSY | Constant |
public static const EBUSY:int = 16
ECHILD | Constant |
public static const ECHILD:int = 10
EDEADLK | Constant |
public static const EDEADLK:int = 11
EEXIST | Constant |
public static const EEXIST:int = 17
EFAULT | Constant |
public static const EFAULT:int = 14
EFBIG | Constant |
public static const EFBIG:int = 27
EINTR | Constant |
public static const EINTR:int = 4
EINVAL | Constant |
public static const EINVAL:int = 22
EIO | Constant |
public static const EIO:int = 5
EISDIR | Constant |
public static const EISDIR:int = 21
EMFILE | Constant |
public static const EMFILE:int = 24
EMLINK | Constant |
public static const EMLINK:int = 31
ENFILE | Constant |
public static const ENFILE:int = 23
ENODEV | Constant |
public static const ENODEV:int = 19
ENOENT | Constant |
public static const ENOENT:int = 2
ENOEXEC | Constant |
public static const ENOEXEC:int = 8
ENOMEM | Constant |
public static const ENOMEM:int = 12
ENOSPC | Constant |
public static const ENOSPC:int = 28
ENOSYS | Constant |
public static const ENOSYS:int = 78
ENOTBLK | Constant |
public static const ENOTBLK:int = 15
ENOTDIR | Constant |
public static const ENOTDIR:int = 20
ENOTEMPTY | Constant |
public static const ENOTEMPTY:int = 66
ENOTTY | Constant |
public static const ENOTTY:int = 25
ENXIO | Constant |
public static const ENXIO:int = 6
EOVERFLOW | Constant |
public static const EOVERFLOW:int = 84
EPERM | Constant |
public static const EPERM:int = 1
EPIPE | Constant |
public static const EPIPE:int = 32
EROFS | Constant |
public static const EROFS:int = 30
ESPIPE | Constant |
public static const ESPIPE:int = 29
ESRCH | Constant |
public static const ESRCH:int = 3
ETXBSY | Constant |
public static const ETXBSY:int = 26
EXDEV | Constant |
public static const EXDEV:int = 18
F_DUPFD | Constant |
public static const F_DUPFD:int = 0
O_ACCMODE | Constant |
public static const O_ACCMODE:int = 0x0003
O_APPEND | Constant |
public static const O_APPEND:int = 0x0008
O_CREAT | Constant |
public static const O_CREAT:int = 0x0200
O_DIRECT | Constant |
public static const O_DIRECT:int = 0x00010000
O_EXCL | Constant |
public static const O_EXCL:int = 0x0800
O_EXLOCK | Constant |
public static const O_EXLOCK:int = 0x0020
O_FSYNC | Constant |
public static const O_FSYNC:int = 0x0080
O_NOFOLLOW | Constant |
public static const O_NOFOLLOW:int = 0x0100
O_NONBLOCK | Constant |
public static const O_NONBLOCK:int = 0x0004
O_RDONLY | Constant |
public static const O_RDONLY:int = 0x0000
O_RDWR | Constant |
public static const O_RDWR:int = 0x0002
O_SHLOCK | Constant |
public static const O_SHLOCK:int = 0x0010
O_SYNC | Constant |
public static const O_SYNC:int = 0x0080
O_TRUNC | Constant |
public static const O_TRUNC:int = 0x0400
O_WRONLY | Constant |
public static const O_WRONLY:int = 0x0001
S_IFBLK | Constant |
public static const S_IFBLK:int = 0x6000
S_IFCHR | Constant |
public static const S_IFCHR:int = 0x2000
S_IFDIR | Constant |
public static const S_IFDIR:int = 0x4000
S_IFIFO | Constant |
public static const S_IFIFO:int = 0x1000
S_IFLNK | Constant |
public static const S_IFLNK:int = 0xA000
S_IFREG | Constant |
public static const S_IFREG:int = 0x8000
S_IFSOCK | Constant |
public static const S_IFSOCK:int = 0xC000
SEEK_CUR | Constant |
public static const SEEK_CUR:int = 1
SEEK_END | Constant |
public static const SEEK_END:int = 2
SEEK_SET | Constant |
public static const SEEK_SET:int = 0