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

  /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:

Completed in 77 milliseconds