Searched refs:propname (Results 1 - 1 of 1) sorted by last modified time

/bootable/recovery/tools/ota/
H A Dadd-property-tag.c31 int should_tag(const char *line, const char *propname) { argument
32 const char *prop = strstr(line, propname);
40 for (ptr += strlen(propname); *ptr != '\0' && isspace(*ptr); ++ptr) ;
68 const char *propname = "ro.build.fingerprint"; local
76 case 'p': propname = optarg; break;
111 if (!should_tag(line, propname)) {
128 fprintf(stderr, "property %s not found in %s\n", propname, filename);

Completed in 25 milliseconds