Searched refs:CmGetSubDir (Results 1 – 4 of 4) sorted by relevance
74 int32_t CmGetSubDir(void *dirp, struct CmFileDirentInfo *direntInfo);
193 while (CmGetSubDir(dir, &dire) == CMR_OK) { in GetNumberOfDirs()
507 int32_t CmGetSubDir(void *dirp, struct CmFileDirentInfo *direntInfo) in CmGetSubDir() function
69 while (CmGetSubDir(d, &dire) == CMR_OK) { in ConstrutPathList()