Searched refs:pszLocalPath (Results 1 – 3 of 3) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | path.c | 40 static bool IsRootDir( const char * pszLocalPath ); 77 const char * pszLocalPath = pszPath; in RedPathSplit() local 139 pszLocalPath = &pszPath[ ulMatchLen ]; in RedPathSplit() 148 REDASSERT( pszLocalPath == pszPath ); in RedPathSplit() 166 *ppszLocalPath = pszLocalPath; in RedPathSplit() 175 if( pszLocalPath[ 0U ] != '\0' ) in RedPathSplit() 221 else if( pszLocalPath[ 0U ] == '\0' ) in RedPathLookup() 225 else if( IsRootDir( pszLocalPath ) ) in RedPathLookup() 286 else if( IsRootDir( pszLocalPath ) ) in RedPathToName() 290 else if( pszLocalPath[ 0U ] == '\0' ) in RedPathToName() [all …]
|
| A D | posix.c | 977 const char * pszLocalPath; in red_mkdir() local 980 ret = RedPathSplit( pszPath, &bVolNum, &pszLocalPath ); in red_mkdir() 1277 const char * pszLocalPath; in red_link() local 1280 ret = RedPathSplit( pszPath, &bVolNum, &pszLocalPath ); in red_link() 1305 ret = RedPathLookup( pszLocalPath, &ulInode ); in red_link() 2304 const char * pszLocalPath; in UnlinkSub() local 2307 ret = RedPathSplit( pszPath, &bVolNum, &pszLocalPath ); in UnlinkSub() 2321 ret = RedPathToName( pszLocalPath, &ulPInode, &pszName ); in UnlinkSub() 2406 const char * pszLocalPath; in FildesOpen() local 2409 ret = RedPathSplit( pszPath, &bVolNum, &pszLocalPath ); in FildesOpen() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redpath.h | 37 REDSTATUS RedPathLookup( const char * pszLocalPath, 39 REDSTATUS RedPathToName( const char * pszLocalPath,
|
Completed in 14 milliseconds