HomeSort by relevance Sort by last modified time
    Searched refs:sFileName (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 678 char sFileName[PATH_MAX + 1 + 5]; /* Allocate room for the signature extension */
684 if (realpath("/proc/self/exe", sFileName) == NULL)
691 strcat(sFileName, ".ssig");
693 pSignatureFile = fopen(sFileName, "rb");
703 sFileName, errno);
712 sFileName, errno);
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 670 char sFileName[PATH_MAX + 1 + 5]; /* Allocate room for the signature extension */
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/
G722DecTest.c     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 292 sFileName = config.get(JetDefs.RECENT_SECTION, sFile)
293 if FileExists(sFileName):
294 if sFileName != JetDefs.UNTITLED_FILE:
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 234 milliseconds