OpenFileFlag

Properties

Link copied to clipboard
const val O_ACCMODE: Int = 3
Link copied to clipboard
const val O_ASYNC: Int = 8192
Link copied to clipboard
const val O_CLOEXEC: Int = 524288
Link copied to clipboard
const val O_CREAT: Int = 64
Link copied to clipboard
const val O_DIRECT: Int = 16384
Link copied to clipboard
const val O_DIRECTORY: Int = 65536
Link copied to clipboard
const val O_EXCL: Int = 128
Link copied to clipboard
const val O_LARGEFILE: Int = 32768
Link copied to clipboard
const val O_NOATIME: Int = 262144
Link copied to clipboard
const val O_NOCTTY: Int = 256
Link copied to clipboard
const val O_NOFOLLOW: Int = 131072
Link copied to clipboard
const val O_PATH: Int = 2097152
Link copied to clipboard
const val O_RDONLY: Int = 0
Link copied to clipboard
const val O_RDWR: Int = 2
Link copied to clipboard
const val O_SEARCH: Int
Link copied to clipboard
const val O_TMPFILE: Int = 4259840
Link copied to clipboard
const val O_TRUNC: Int = 512
Link copied to clipboard
const val O_WRONLY: Int = 1