Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/nanddemo/src/
Ddirectory.c122 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()
227 createFile("file1", NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ); in main()
228 …createFile("file2", NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ | NAND_PER… in main()
Dgamesave.c59 static u8 Umask = NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ;
392 if (perm & NAND_PERM_GROUP_READ) permString[2] = 'r'; in GetPermString()
/RvlSDK-3.1/include/revolution/
Dnand.h211 #define NAND_PERM_GROUP_READ 0x04 macro
217 #define NAND_PERM_GROUP_MASK (NAND_PERM_GROUP_READ | NAND_PERM_GROUP_WRITE)