Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dsolid.c49 static char *cmd_output(char *cmd);
119 static char *cmd_output(char *cmd) { in cmd_output() function
717 orig_color = strdup(cmd_output(cmd)); in solid_gnome()
734 orig_option = strdup(cmd_output(cmd)); in solid_gnome()
826 orig_image_show = strdup(cmd_output(cmd)); in solid_xfce()
845 orig_color_style = strdup(cmd_output(cmd)); in solid_xfce()
907 out = strdup(cmd_output(cmd)); in dcop_session()
1120 out = cmd_output(query_setting); in kde_no_animate()
/external/lldb/test/
Ddotest.py1128 cmd_output = pipe.stdout.read()
1129 if cmd_output and "DBGFileMappedPaths = " in cmd_output:
1131 print cmd_output
1280 cmd_output = pipe.stdout.read() variable
1281 if cmd_output:
1282 if "not found" in cmd_output:
1286 compilers[i] = cmd_output.split('\n')[0]