Searched defs:sFileName (Results 1 - 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/security/tee_client_api/ |
H A D | tee_client_api_linux_driver.c | 670 char sFileName[PATH_MAX + 1 + 5]; /* Allocate room for the signature extension */ local 676 if (realpath("/proc/self/exe", sFileName) == NULL) 683 strcat(sFileName, ".ssig"); 685 pSignatureFile = fopen(sFileName, "rb"); 695 sFileName, errno); 704 sFileName, errno);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
H A D | G722DecTest.c | 919 int getNumTestCase (char *sTestCase, char *sFileName) argument 942 printTestCaseInfo (iTestCase, sFileName); 953 void printTestCaseInfo (int iTestCase, char *sFileName) argument 962 strcat(sFileName, ".pcm"); 968 strcat(sFileName, "_tc2.pcm"); 974 strcat(sFileName, ".pcm"); 985 strcat(sFileName,"_tc5.pcm"); 991 strcat(sFileName,"_tc6.pcm"); 997 strcat(sFileName,"_tc6.pcm");
|
Completed in 1191 milliseconds