Home | History | Annotate | Download | only in nonsfi

Lines Matching refs:mode

31   // Some fields in host_stat, such as st_dev, group/other bits of mode and
38 nacl_abi_mode_t mode;
41 mode = NACL_ABI_S_IFREG;
44 mode = NACL_ABI_S_IFDIR;
47 mode = NACL_ABI_S_IFCHR;
52 mode = NACL_ABI_S_UNSUP;
55 mode |= NACL_ABI_S_IRUSR;
57 mode |= NACL_ABI_S_IWUSR;
59 mode |= NACL_ABI_S_IXUSR;
60 nacl_stat->nacl_abi_st_mode = mode;