Searched refs:permission (Results 1 – 4 of 4) sorted by relevance
120 stat.permission & NAND_PERM_OWNER_READ ? OSReport("r") : OSReport("-"); in printDir()121 stat.permission & NAND_PERM_OWNER_WRITE ? OSReport("w") : OSReport("-"); in printDir()122 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()123 stat.permission & NAND_PERM_GROUP_WRITE ? OSReport("w") : OSReport("-"); in printDir()124 stat.permission & NAND_PERM_OTHER_READ ? OSReport("r") : OSReport("-"); in printDir()125 stat.permission & NAND_PERM_OTHER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
618 GetPermString(stat.permission, permString); in ResetStaticText()
1 …his sample data may not be copied, altered, or distributed without the permission of Nintendo Co.,…
319 u8 permission; member