Home
last modified time | relevance | path

Searched refs:tmppath (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c303 char *tmppath = context->fullpath[0]; in DEMOi_HIO_GetPathInfo() local
306 DEMOi_HIO_CreateFullPath(context, tmppath, relpath); in DEMOi_HIO_GetPathInfo()
307 result = DEMOi_HIO_ConvertError(ISTDFIOGetAttribute(tmppath, stat)); in DEMOi_HIO_GetPathInfo()
337 char *tmppath = context->fullpath[0]; in DEMOi_HIO_CreateFile() local
351 DEMOi_HIO_CreateFullPath(context, tmppath, relpath); in DEMOi_HIO_CreateFile()
352 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(file, tmppath, flags)); in DEMOi_HIO_CreateFile()
375 char *tmppath = context->fullpath[0]; in DEMOi_HIO_DeleteFile() local
377 DEMOi_HIO_CreateFullPath(context, tmppath, relpath); in DEMOi_HIO_DeleteFile()
378 result = DEMOi_HIO_ConvertError(ISTDFIORemove(tmppath)); in DEMOi_HIO_DeleteFile()
420 char *tmppath = context->fullpath[0]; in DEMOi_HIO_CreateDirectory() local
[all …]
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_file.c626 char *tmppath = autogen; in FSi_ComplementDirectory() local
627 if (FSi_GetFullPath(tmppath, path)) in FSi_ComplementDirectory()
629 int length = STD_GetStringLength(tmppath); in FSi_ComplementDirectory()
633 FS_DEBUG_TRACE(" trying to complete \"%s\"\n", tmppath); in FSi_ComplementDirectory()
635 length = FSi_TrimSjisTrailingSlash(tmppath); in FSi_ComplementDirectory()
637 length = FSi_DecrementSjisPositionToSlash(tmppath, length); in FSi_ComplementDirectory()
643 tmppath[pos] = '\0'; in FSi_ComplementDirectory()
644 exists = FS_GetPathInfo(tmppath, info); in FSi_ComplementDirectory()
645 … FS_DEBUG_TRACE(" - \"%s\" is%s existent (result:%d)\n", tmppath, exists ? "" : " not", in FSi_ComplementDirectory()
646 FS_GetArchiveResultCode(tmppath)); in FSi_ComplementDirectory()
[all …]