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

/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp256 int32 previousSlash = string.FindLast("/", slash); local
257 string.CopyInto(name, previousSlash + 1, slash - previousSlash - 1);
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp316 int32 previousSlash = string.FindLast("/", slash); local
317 string.CopyInto(name, previousSlash + 1, slash - previousSlash - 1);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp109 int32 previousSlash = string.FindLast("/", slash); local
110 string.CopyInto(name, previousSlash + 1, slash - previousSlash - 1);

Completed in 98 milliseconds