Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/lib/nanohub/
Dnanoapp.c46 bool readFile(void *dst, uint32_t len, const char *fileName) in readFile()
68 void *loadFile(const char *fileName, uint32_t *size) in loadFile()
/device/google/coral/powerstats/
DRailDataProvider.cpp133 std::string fileName = devName + "/energy_value"; in parseIioEnergyNode() local
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c619 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile()
792 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, u… in handleAppStatic()