Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp168 struct lws_http_mount* next_mount = nullptr; in InitializeLwsObjects() local
172 mount.mount_next = next_mount; in InitializeLwsObjects()
173 next_mount = &mount; in InitializeLwsObjects()
177 .mount_next = next_mount, in InitializeLwsObjects()