Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/nanddemo/src/
Dsafe.c31 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
80 s32 rc = NANDCreate(filename, PERM, ATTR); in initFile()
182 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()
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()
Ddirectory.c54 #define PERM (NAND_PERM_OWNER_READ | NAND_PERM_OWNER_WRITE) // Owner can read/write macro
133 s32 result = NANDCreateDir(path, PERM, ATTR); in createDir()