Home
last modified time | relevance | path

Searched refs:NAND_PERM_OWNER_READ (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-2.1/build/demos/nanddemo/src/
Ddirectory.c54 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write
117 stat.permission & NAND_PERM_OWNER_READ ? OSReport("r") : OSReport("-"); in printDir()
223 createFile("file0", NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE); in main()
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()
Dbasic.c64 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write
Dgamesave.c53 static u8 Umask = NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE | NAND_PERM_GROUP_READ;
381 if (perm & NAND_PERM_OWNER_READ) permString[0] = 'r'; in GetPermString()
Dsafe.c31 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write
Dasync.c38 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write
/RvlSDK-2.1/include/revolution/
Dnand.h172 #define NAND_PERM_OWNER_READ 0x10 macro
175 #define NAND_PERM_OWNER_MASK (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE)