Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h30 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/contexthubhal/test/
Dmain.cpp289 req = (load_app_request_t *)loadFile(appFileName, &fileSize); 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.c734 buf = loadFile(posArg[0], &bufUsed); in main()
Dpostprocess_elf.c995 buf = loadFile(posArg[0], &bufUsed); in main()