Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 4 of 4) 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/contexthub/util/nanoapp_postprocess/
Dpostprocess.c614 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile()
787 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, b… in handleAppStatic()
/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp2084 char fileName[100]; in configureRecorder() local
2825 char fileName[100]; in configureViVCodec() local
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp2764 static int readFromFile(char* fileName, char* buffer, int bufferSize) in readFromFile()