Home
last modified time | relevance | path

Searched defs:path (Results 1 – 23 of 23) sorted by relevance

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c285 BOOL FS_CreateFile(const char *path, u32 permit) in FS_CreateFile()
320 BOOL FS_DeleteFile(const char *path) in FS_DeleteFile()
400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo()
437 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info) in FS_SetPathInfo()
474 BOOL FS_CreateDirectory(const char *path, u32 permit) in FS_CreateDirectory()
509 BOOL FS_DeleteDirectory(const char *path) in FS_DeleteDirectory()
590 static BOOL FSi_GetFullPath(char *dst, const char *path) in FSi_GetFullPath()
621 static BOOL FSi_ComplementDirectory(const char *path, char *autogen) in FSi_ComplementDirectory()
718 BOOL FS_CreateFileAuto(const char *path, u32 permit) in FS_CreateFileAuto()
743 BOOL FS_DeleteFileAuto(const char *path) in FS_DeleteFileAuto()
[all …]
Dfs_archive_fatfs.c335 static BOOL FSi_UsingInvalidCharacterW(const u16 *path) in FSi_UsingInvalidCharacterW()
512 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_GetPathInfo() local
560 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_SetPathInfo() local
606 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_CreateFile() local
649 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_DeleteFile() local
726 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_CreateDirectory() local
769 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_DeleteDirectory() local
845 u16 *path = FSi_AllocUnicodeFullPath(context, "/"); in FSi_FATFS_GetArchiveResource() local
889 static FSResult FSi_FATFS_OpenFile(FSArchive *arc, FSFile *file, u32 baseid, const char *path, u32 … in FSi_FATFS_OpenFile()
1364 static FSResult FSi_FATFS_OpenDirectory(FSArchive *arc, FSFile *file, u32 baseid, const char *path,… in FSi_FATFS_OpenDirectory()
[all …]
Dfs_proc_default.c278 const char *path = p_dir->arg.findpath.path; in FSi_FindPathDefault() local
926 static FSResult FSi_ROMFAT_FindPath(FSArchive *arc, u32 base_dir_id, const char *path, u32 *target_… in FSi_ROMFAT_FindPath()
1139 static FSResult FSi_ROMFAT_OpenFile(FSArchive *arc, FSFile *file, u32 baseid, const char *path, u32… in FSi_ROMFAT_OpenFile()
1288 static FSResult FSi_ROMFAT_OpenDirectory(FSArchive *arc, FSFile *file, u32 baseid, const char *path in FSi_ROMFAT_OpenDirectory()
1330 static FSResult FSi_ROMFAT_GetPathInfo(FSArchive *arc, u32 baseid, const char *path, FSPathInfo *in… in FSi_ROMFAT_GetPathInfo()
Dfs_archive.c688 BOOL FS_SetCurrentDirectory(const char *path) in FS_SetCurrentDirectory()
772 FSArchive* FS_NormalizePath(const char *path, u32 *baseid, char *relpath) in FS_NormalizePath()
/TwlSDK-5.1.0/build/demos/fs/explorer/src/
Dmain.c86 char path[FS_ENTRY_LONGNAME_MAX]; in CommandLS() local
121 static void CommandCD(ExplorerContext *context, const char *path) in CommandCD()
207 char path[FS_ENTRY_LONGNAME_MAX]; in NitroMain() local
/TwlSDK-5.1.0/include/twl/fatfs/common/
Dapi.h174 SDK_INLINE BOOL FATFSi_FormatMedia(const char *path) in FATFSi_FormatMedia()
Dtypes.h274 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
283 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
294 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
302 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
310 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
320 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
328 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
336 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
347 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
423 char path[FATFS_ARCHIVE_FULLPATH_MAX + 1]; member
[all …]
/TwlSDK-5.1.0/build/demos/fs/file-2/src/
Dmain.c66 static void DumpRomDir(const char *path) in DumpRomDir()
119 const char *path = paths[i]; in NitroMain() local
/TwlSDK-5.1.0/build/demos.TWL/nandApp/backup/src/
Dmain.c143 static char* LoadFile(const char* path) in LoadFile()
185 static BOOL SaveFile(const char* path, void* pData, u32 size) in SaveFile()
286 static void DeleteData(char *path) in DeleteData()
482 static void PrintTree(const char* path, u32 space) in PrintTree()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/
Dmain.c167 static char* LoadFile(const char* path) in LoadFile()
209 static BOOL SaveFile(const char* path, void* pData, u32 size) in SaveFile()
306 static void DeleteData(char *path) in DeleteData()
500 static void PrintTree(const char* path, u32 space) in PrintTree()
/TwlSDK-5.1.0/build/tools/mic2wav/
Dmain.cpp161 bool LogToWav::Save(const char *path) in Save()
258 char path[32]; in main() local
/TwlSDK-5.1.0/build/tools/defval/
Dmisc.c298 void UnpackFileName(const char *path, char **dir, char **base, char **ext) in UnpackFileName()
/TwlSDK-5.1.0/build/tools/bin2obj/
Dcookargs.c428 void UnpackFileName(const char *path, char **dir, char **base, char **ext) in UnpackFileName()
/TwlSDK-5.1.0/build/demos/fs/arc-1/src/
Dmain.c128 static void DumpRomDir(const char *path) in DumpRomDir()
/TwlSDK-5.1.0/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c389 static void* DEMO_LoadFile(u32* pSize, const char* path) in DEMO_LoadFile()
/TwlSDK-5.1.0/build/demos/fs/arc-2/src/
Dmain.c259 static void DumpRomDir(const char *path) in DumpRomDir()
/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c85 const char *path = path_table[index]; in LoadImage() local
/TwlSDK-5.1.0/include/twl/os/common/
DsystemWork.h97 char path[ OS_MOUNT_PATH_LEN ]; // Size with a terminating '\0' member
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c457 static FSResult DEMOi_HIO_OpenFile(FSArchive *arc, FSFile *file, u32 baseid, const char *path, u32 … in DEMOi_HIO_OpenFile()
631 const char *path, u32 mode) in DEMOi_HIO_OpenDirectory()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c126 const char *path = path_table[index]; in LoadImage() local
/TwlSDK-5.1.0/build/demos.TWL/aes/ccm-compatible/src/
Dmain.c729 static void* DEMO_LoadFile(u32* pSize, const char* path) in DEMO_LoadFile()
/TwlSDK-5.1.0/include/nitro/fs/
Dromfat.h153 const char *path; member
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c101 char path[FS_ENTRY_LONGNAME_MAX + 1]; in DSPi_FileIOProc() local