Searched refs:existString (Results 1 – 1 of 1) sorted by relevance
34 std::string existString(bool value) { in existString() function317 std::cout << "Device Manifest? " << existString(vm != nullptr) << std::endl in dumpLegacy()318 << "Device Matrix? " << existString(vcm != nullptr) << std::endl in dumpLegacy()319 << "Framework Manifest? " << existString(fm != nullptr) << std::endl in dumpLegacy()320 << "Framework Matrix? " << existString(fcm != nullptr) << std::endl; in dumpLegacy()