Searched refs:tmppath (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOHostio.c | 299 char *tmppath = context->fullpath[0]; in DEMOi_HIO_GetPathInfo() local 302 DEMOi_HIO_CreateFullPath(context, tmppath, relpath); in DEMOi_HIO_GetPathInfo() 303 result = DEMOi_HIO_ConvertError(ISTDFIOGetAttribute(tmppath, stat)); in DEMOi_HIO_GetPathInfo() 333 char *tmppath = context->fullpath[0]; in DEMOi_HIO_CreateFile() local 347 DEMOi_HIO_CreateFullPath(context, tmppath, relpath); in DEMOi_HIO_CreateFile() 348 result = DEMOi_HIO_ConvertError(ISTDFIOOpen(file, tmppath, flags)); in DEMOi_HIO_CreateFile() 371 char *tmppath = context->fullpath[0]; in DEMOi_HIO_DeleteFile() local 373 DEMOi_HIO_CreateFullPath(context, tmppath, relpath); in DEMOi_HIO_DeleteFile() 374 result = DEMOi_HIO_ConvertError(ISTDFIORemove(tmppath)); in DEMOi_HIO_DeleteFile() 416 char *tmppath = context->fullpath[0]; in DEMOi_HIO_CreateDirectory() local [all …]
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_file.c | 626 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 …]
|