Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/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 …]