Home
last modified time | relevance | path

Searched refs:PERM (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dsafe.c37 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
86 s32 rc = NANDCreate(filename, PERM, ATTR); in initFile()
188 rc = NANDCreate("/tmp/file.tmp", PERM, ATTR); in main()
Dasync.c38 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
101 s32 ret = NANDCreateAsync(PATH, PERM, ATTR, openCallback, &s_block); in create()
211 result = NANDCreateAsync(path, PERM, ATTR, callback, &block[i]); in sample2()
Dcheck.c35 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) /* Owner can read/write */ macro
174 ret = NANDCreate(path, PERM, ATTR); in generateFile()
228 ret = NANDCreateDir(path, PERM, ATTR); in createDir()
Dbasic.c64 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
99 ret = NANDCreate(FILENAME, PERM, ATTR); in main()
Dcancel.c34 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
106 ret = NANDCreate(FILENAME, PERM, ATTR); in prepareFile()
Dbanner.c53 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
212 ret = NANDCreate("/tmp/savefile.dat", PERM, ATTR); in createSaveFile()
255 ret = NANDCreate("/tmp/banner.bin", PERM, ATTR); in createBannerFile()
Ddirectory.c57 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
136 s32 result = NANDCreateDir(path, PERM, ATTR); in createDir()