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

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.c182 char *pPropVal = NULL; local
195 pPropVal = ((PROPERTY*)pNext)->pValue;
197 //printf("Checking %s = %s.\n", pNext->pName, pPropVal);
201 bCheckResult = checkFilePath(pPropVal);
206 bCheckResult = checkFilePath(pPropVal);
211 bCheckResult = checkFilePath(pPropVal);
216 bCheckResult = checkFilePath(pPropVal);
226 printf("Property %s = %s. Bad value!!!\n", pNext->pName, pPropVal);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c182 char *pPropVal = NULL; local
195 pPropVal = ((PROPERTY*)pNext)->pValue;
197 //printf("Checking %s = %s.\n", pNext->pName, pPropVal);
201 bCheckResult = checkFilePath(pPropVal);
206 bCheckResult = checkFilePath(pPropVal);
211 bCheckResult = checkFilePath(pPropVal);
216 bCheckResult = checkFilePath(pPropVal);
226 printf("Property %s = %s. Bad value!!!\n", pNext->pName, pPropVal);

Completed in 28 milliseconds