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

  /device/google/contexthub/util/nanoapp_encr/
nanoapp_encr.c 261 const char *posArg[2] = { NULL };
301 posArg[posArgCnt++] = argv[i];
332 buf = loadFile(posArg[0], &bufUsed);
335 if (!posArg[1])
338 out = fopen(posArg[1], "w");
340 fatalUsage(appName, "failed to create/open output file", posArg[1]);
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 428 const char *posArg[2] = { NULL };
471 posArg[posArgCnt++] = argv[i];
518 buf = loadFile(posArg[0], &bufUsed);
534 if (!posArg[1])
537 out = fopen(posArg[1], "w");
539 fatalUsage(appName, "failed to create/open output file", posArg[1]);
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 649 const char *posArg[2] = { NULL };
693 posArg[posArgCnt++] = argv[i];
724 if (!posArg[1]) {
728 out = fopen(posArg[1], "w");
732 fatalUsage(appName, "failed to create/open output file", posArg[1]);
734 buf = loadFile(posArg[0], &bufUsed);
735 DBG("Read %" PRIu32 " bytes from %s", bufUsed, posArg[0]);
postprocess_elf.c     [all...]

Completed in 126 milliseconds