Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/nanddemo/src/
Ddirectory.c55 #define ATTR 0x00 // No attributes. macro
133 s32 result = NANDCreateDir(path, PERM, ATTR); in createDir()
182 s32 result = NANDCreate(path, perm, ATTR); in createFile()
Dsafe.c32 #define ATTR 0x00 // No attributes. macro
80 s32 rc = NANDCreate(filename, PERM, ATTR); in initFile()
182 rc = NANDCreate("/tmp/file.tmp", PERM, ATTR); in main()
Dasync.c39 #define ATTR 0x00 // No attributes. 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.c65 #define ATTR 0x00 // No attributes. macro
99 ret = NANDCreate(FILENAME, PERM, ATTR); in main()