Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dvnode.c269 static char *NextName(char *pos, uint8_t *len) in NextName() function
355 nextDir = NextName(*currentDir, &len); in Step()
/kernel/liteos_a/syscall/
Dfs_syscall.c298 static char *NextName(char *pos, uint8_t *len) in NextName() function
355 char *pidStr = NextName(fullPath + procLen, &strLen); in ProcRealProcessDirGet()