Searched refs:perm (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.1/build/demos/nanddemo/src/ |
| D | gamesave.c | 50 static void GetPermString(u8 perm, char *permString); 381 GetPermString(u8 perm, char *permString) in GetPermString() argument 390 if (perm & NAND_PERM_OWNER_READ) permString[0] = 'r'; in GetPermString() 391 if (perm & NAND_PERM_OWNER_WRITE) permString[1] = 'w'; in GetPermString() 392 if (perm & NAND_PERM_GROUP_READ) permString[2] = 'r'; in GetPermString() 393 if (perm & NAND_PERM_GROUP_WRITE) permString[3] = 'w'; in GetPermString() 394 if (perm & NAND_PERM_OTHER_READ) permString[4] = 'r'; in GetPermString() 395 if (perm & NAND_PERM_OTHER_WRITE) permString[5] = 'w'; in GetPermString()
|
| D | directory.c | 65 static void createFile(const char *path, u8 perm); 183 static void createFile(const char *path, const u8 perm) in createFile() argument 185 s32 result = NANDCreate(path, perm, ATTR); in createFile()
|
| /RvlSDK-3.1/include/revolution/ |
| D | nand.h | 326 s32 NANDCreate (const char *path, u8 perm, u8 attr); 327 s32 NANDCreateAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl… 358 s32 NANDCreateDir (const char *path, u8 perm, u8 attr); 359 s32 NANDCreateDirAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl…
|