Home
last modified time | relevance | path

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

/third_party/weston/compositor/
Dmain.c1006 char *helper_cmd = NULL; in save_touch_device_calibration() local
1022 if (asprintf(&helper_cmd, "\"%s\" '%s' %f %f %f %f %f %f", in save_touch_device_calibration()
1028 status = system(helper_cmd); in save_touch_device_calibration()
1029 free(helper_cmd); in save_touch_device_calibration()