Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_shell.cpp291 void xdg_shell_destroy(wl_client*, wl_resource* shell) { in xdg_shell_destroy()
300 void xdg_shell_create_positioner(wl_client* client, wl_resource* shell, in xdg_shell_create_positioner()
316 void xdg_shell_get_xdg_surface(wl_client* client, wl_resource* shell, in xdg_shell_get_xdg_surface()
330 void xdg_shell_pong(wl_client*, wl_resource* shell, uint32_t serial) { in xdg_shell_pong()
/device/google/trout/tools/tracing/tooling/
Dprepare_tracing.py23 def subprocess_run(command, shell=True): argument
/device/google/cuttlefish/tools/
Dcreate_base_image.go149 func shell(cmd string) (string, error) { func