Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties.c104 static bool checkFilePath(char *pPath) in checkFilePath() argument
108 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()
/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties.c104 static bool checkFilePath(char *pPath) in checkFilePath() argument
108 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()