Home
last modified time | relevance | path

Searched refs:readFile (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h25 bool readFile(void *dst, uint32_t len, const char *fileName);
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.h60 int readFile(String8 filePath) const;
DEmulatedCameraHotplugThread.cpp191 int newStatus = readFile(filePath); in threadLoop()
338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const { in readFile() function in android::EmulatedCameraHotplugThread
/device/google/contexthub/lib/nanohub/
Dnanoapp.c46 bool readFile(void *dst, uint32_t len, const char *fileName) in readFile() function
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c503 if (!readFile(rsa.exponent, sizeof(rsa.exponent), keyPvtFile)) in main()
512 if (!readFile(rsa.modulus, sizeof(rsa.modulus), keyPubFile)) in main()
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c329 if (!readFile(key, sizeof(key), keyFile)) in main()