Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp285 return HttpStatusCode::NotFound; in DoPostInner()
327 return HttpStatusCode::NotFound; in DoPostInner()
Ddevice_list_handler.cpp36 return HttpStatusCode::NotFound; in DoPost()
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h75 NotFound = 404, enumerator
Dwebsocket_server.cpp285 if (!WriteCommonHttpHeaders(static_cast<int>(HttpStatusCode::NotFound), in DynServerCallback()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs177 io::ErrorKind::NotFound => { in fmt()