Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 2 of 2) 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/cuttlefish/tools/
Dcreate_base_image.go81 func shell(cmd string) (string, error) { func