Lines Matching refs:path

326 s32   NANDCreate         (const char *path, u8 perm, u8 attr);
327 s32 NANDCreateAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl…
328 s32 NANDOpen (const char *path, NANDFileInfo *info, u8 accType);
329 s32 NANDOpenAsync (const char *path, NANDFileInfo *info, u8 accType, NANDCallback cb, NANDCo…
342 s32 NANDSafeOpen (const char *path, NANDFileInfo *info, u8 accType, void *buf, u32 length);
343 s32 NANDSafeOpenAsync (const char *path, NANDFileInfo *info, u8 accType, void *buf, u32 length, …
347 s32 NANDSimpleSafeOpen (const char *path, NANDFileInfo *info, const u8 accType, void *buf, …
348 s32 NANDSimpleSafeOpenAsync (const char *path, NANDFileInfo *info, const u8 accType, void *buf, …
356 s32 NANDReadDir (const char *path, char *nameList, u32 *num);
357 s32 NANDReadDirAsync (const char *path, char *nameList, u32 *num, NANDCallback cb, NANDCommandB…
358 s32 NANDCreateDir (const char *path, u8 perm, u8 attr);
359 s32 NANDCreateDirAsync (const char *path, u8 perm, u8 attr, NANDCallback cb, NANDCommandBlock *bl…
360 s32 NANDChangeDir (const char *path);
361 s32 NANDChangeDirAsync (const char *path, NANDCallback cb, NANDCommandBlock *block);
362 s32 NANDGetCurrentDir ( char path[NAND_MAX_PATH]);
363 s32 NANDGetHomeDir ( char path[NAND_MAX_PATH]);
366 s32 NANDDelete (const char *path);
367 s32 NANDDeleteAsync (const char *path, NANDCallback cb, NANDCommandBlock *block);
368 s32 NANDMove (const char *path, const char *destDir);
369 s32 NANDMoveAsync (const char *path, const char *destDir, NANDCallback cb, NANDCommandBlock …
370 s32 NANDGetStatus (const char *path, NANDStatus *stat);
371 s32 NANDGetStatusAsync (const char *path, NANDStatus *stat, NANDCallback cb, NANDCommandBlo…
372 s32 NANDSetStatus (const char *path, const NANDStatus *stat);
373 s32 NANDSetStatusAsync (const char *path, const NANDStatus *stat, NANDCallback cb, NANDCommandBlo…
374 s32 NANDGetType (const char *path, u8 *type);
375 s32 NANDGetTypeAsync (const char *path, u8 *type, NANDCallback cb, NANDCommandBlock *block);