Searched refs:startDeviceName (Results 1 – 2 of 2) sorted by relevance
582 bool VirtualDevice::AddDevice(const std::string& startDeviceName) in AddDevice() argument584 if (startDeviceName.empty()) { in AddDevice()588 if (!CreateHandle(startDeviceName)) { in AddDevice()589 std::cout << "Failed to start device: " << startDeviceName <<std::endl; in AddDevice()593 symbolFile.append(g_folderPath).append(g_pid).append("_").append(startDeviceName); in AddDevice()
32 static bool AddDevice(const std::string& startDeviceName);