Searched refs:pPath (Results 1 – 2 of 2) sorted by relevance
104 static bool checkFilePath(char *pPath) in checkFilePath() argument108 char *pDir = pPath; in checkFilePath()115 while(pPath[i] != '\0') in checkFilePath()117 if (pPath[i] == SEPARATOR_CHAR) in checkFilePath()127 strncpy(pDir, pPath, nSlashIndex); in checkFilePath()