Home
last modified time | relevance | path

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

/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp90 static std::optional<std::string> ReadCommandToString(const std::string &command) { in ReadCommandToString() function
116 std::optional<std::string> features = ReadCommandToString("pm list features"); in DeviceSupportsFeature()
127 std::optional<std::string> packages = ReadCommandToString("pm list packages"); in DeviceHasPackage()
199 std::optional<std::string> package_dump = ReadCommandToString("pm dump com.android.vending"); in DeviceHasPlayStore()