Home
last modified time | relevance | path

Searched refs:existString (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
Dmain.cpp34 std::string existString(bool value) { in existString() function
317 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()