Searched refs:feature (Results 1 – 6 of 6) sorted by relevance
28 bool checkSubstringInCommandOutput(const char* cmd, const char* feature) { in checkSubstringInCommandOutput() argument41 if (strstr(line, feature)) { in checkSubstringInCommandOutput()52 feature, hasFeature ? "" : "not "); in checkSubstringInCommandOutput()58 bool deviceSupportsFeature(const char* feature) { in deviceSupportsFeature() argument59 return checkSubstringInCommandOutput("/system/bin/pm list features", feature); in deviceSupportsFeature()
21 bool checkSubstringInCommandOutput(const char* cmd, const char* feature);22 bool deviceSupportsFeature(const char* feature);
114 feature = str(116 if feature:129 or feature not in cmd_results[const.STDOUT][0]):130 logging.warn("The required feature %s not found.", feature)
23 // artifact location instead of using the Soong 'location' feature.
471 bool DeviceSupportsFeature(const char *feature) { in DeviceSupportsFeature() argument478 if (strstr(line, feature)) { in DeviceSupportsFeature()