Home
last modified time | relevance | path

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

/system/libvintf/
Dmain.cpp32 std::string existString(bool value) { in existString() function
286 std::cout << "Device Manifest? " << existString(vm != nullptr) << std::endl in main()
287 << "Device Matrix? " << existString(vcm != nullptr) << std::endl in main()
288 << "Framework Manifest? " << existString(fm != nullptr) << std::endl in main()
289 << "Framework Matrix? " << existString(fcm != nullptr) << std::endl; in main()