Home
last modified time | relevance | path

Searched refs:NAND_PERM_GROUP_READ (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/demos/nanddemo/src/
Ddirectory.c119 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()
224 createFile("file1", NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ); in main()
225 …createFile("file2", NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ | NAND_PER… in main()
Dgamesave.c53 static u8 Umask = NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ;
383 if (perm & NAND_PERM_GROUP_READ) permString[2] = 'r'; in GetPermString()
/RvlSDK-2.1/include/revolution/
Dnand.h170 #define NAND_PERM_GROUP_READ 0x04 macro
176 #define NAND_PERM_GROUP_MASK (NAND_PERM_GROUP_READ | NAND_PERM_GROUP_WRITE)