Searched refs:sourceDeviceUdidPos (Results 1 – 1 of 1) sorted by relevance
1030 size_t sourceDeviceUdidPos = beforeTargetDevice.find_last_of(SEPERATOR); in SplitEntryKey() local1031 if (sourceDeviceUdidPos == std::string::npos) { in SplitEntryKey()1035 std::string sourceDeviceUdid = beforeTargetDevice.substr(sourceDeviceUdidPos + 1); in SplitEntryKey()1036 std::string beforeSourceDeviceUdid = beforeTargetDevice.substr(0, sourceDeviceUdidPos); in SplitEntryKey()