Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dpath.c298 uint32_t ulPathIdx = 0U; in RedPathToName() local
310 while( pszLocalPath[ ulPathIdx ] == REDCONF_PATH_SEPARATOR ) in RedPathToName()
312 ulPathIdx++; in RedPathToName()
315 if( pszLocalPath[ ulPathIdx ] == '\0' ) in RedPathToName()
324 ulLastNameIdx = ulPathIdx; in RedPathToName()
332 ulNameLen = RedNameLen( &pszLocalPath[ ulPathIdx ] ); in RedPathToName()
337 if( PathHasMoreNames( &pszLocalPath[ ulPathIdx + ulNameLen ] ) ) in RedPathToName()
339 ret = RedCoreLookup( ulPInode, &pszLocalPath[ ulPathIdx ], &ulInode ); in RedPathToName()
346 ulPathIdx += ulNameLen; in RedPathToName()

Completed in 4 milliseconds