Home
last modified time | relevance | path

Searched refs:spos (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp96 std::string::size_type spos = res.find(kname); in GetInputDeviceNodes() local
97 if (spos != std::string::npos) { in GetInputDeviceNodes()
98 spos += kname.size(); in GetInputDeviceNodes()
99 std::string::size_type tpos = res.find("\"", spos); in GetInputDeviceNodes()
101 name = res.substr(spos, tpos - spos); in GetInputDeviceNodes()
105 std::string::size_type spos = res.find(kevent); in GetInputDeviceNodes() local
106 if (spos != std::string::npos) { in GetInputDeviceNodes()
111 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes()
115 auto [_, ret] = nodes.emplace(name, res.substr(spos, tpo in GetInputDeviceNodes()
[all...]

Completed in 1 milliseconds