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

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.c101 * @param pPath the path we want to check
104 static bool checkFilePath(char *pPath) argument
108 char *pDir = pPath;
115 while(pPath[i] != '\0')
117 if (pPath[i] == SEPARATOR_CHAR)
127 strncpy(pDir, pPath, nSlashIndex);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c101 * @param pPath the path we want to check
104 static bool checkFilePath(char *pPath) argument
108 char *pDir = pPath;
115 while(pPath[i] != '\0')
117 if (pPath[i] == SEPARATOR_CHAR)
127 strncpy(pDir, pPath, nSlashIndex);

Completed in 34 milliseconds