Searched refs:readFromFile (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/utils/ituxd/jni/ |
D | thermalJNI.cpp | 36 static int readFromFile(const char *path, char* buf, size_t size, bool throwError) in readFromFile() function 98 if (readFromFile(full_path, buf, SIZE, false) < 0) break; in lookup() 118 if (readFromFile(full_path, buf, SIZE, false) < 0) break; in lookup_contains() 242 if (readFromFile(path, buf, SIZE, true) > 0) { in readSysfs() 268 ret = readFromFile(path, buf, SIZE, true); in readSysfsTemp()
|
/hardware/qcom/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 125 static int readFromFile(char* fileName, char* buffer, int bufferSize); 2566 jpegLength = readFromFile("/data/tempVGA.jpeg", in takePictureThread() 2764 static int readFromFile(char* fileName, char* buffer, int bufferSize) in readFromFile() function
|