Home
last modified time | relevance | path

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

/device/google/trout/hal/sensors/2.0/tests/
DIioUtilsTest.cpp55 static std::string concatPaths(const std::string& a, const std::string& b) { in concatPaths() function
90 ss << concatPaths(td_path, "iio:device") << std::to_string(dev.iio_dev_num); in writeAccelDevice()
96 if (!writeFile(concatPaths(dev_path, "name"), dev.name)) return false; in writeAccelDevice()
97 if (!writeFile(concatPaths(dev_path, "in_accel_x_scale"), dev.scale)) return false; in writeAccelDevice()
98 if (!writeFile(concatPaths(dev_path, "in_accel_y_scale"), dev.scale)) return false; in writeAccelDevice()
99 if (!writeFile(concatPaths(dev_path, "in_accel_z_scale"), dev.scale)) return false; in writeAccelDevice()
100 if (!writeFile(concatPaths(dev_path, "in_accel_raw_available"), in writeAccelDevice()
103 if (!writeFile(concatPaths(dev_path, "in_accel_sampling_frequency_available"), in writeAccelDevice()