Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h26 void *loadFile(const char *fileName, uint32_t *size);
/device/google/contexthub/lib/nanohub/
Dnanoapp.c68 void *loadFile(const char *fileName, uint32_t *size) in loadFile() function
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c332 buf = loadFile(posArg[0], &bufUsed); in main()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c518 buf = loadFile(posArg[0], &bufUsed); in main()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c633 buf = loadFile(posArg[0], &bufUsed); in main()