Searched refs:OpenFileAndReadInt32 (Results 1 – 2 of 2) sorted by relevance
31 static int32_t OpenFileAndReadInt32(const char* path);37 return OpenFileAndReadInt32(temperatureFilePath.c_str()); in GetTemp()
75 int32_t ThermalManager::OpenFileAndReadInt32(const char* path) { in OpenFileAndReadInt32() function in ThermalManager95 fPoint = OpenFileAndReadInt32(fullPath.c_str()); in TripPoint()