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

/bootable/recovery/tools/ota/
H A Dadd-property-tag.c26 * Append a tag to a property value in a .prop file if it isn't already there.
32 const char *prop = strstr(line, propname); local
33 if (prop == NULL) return 0;
37 for (ptr = line; ptr < prop && isspace(*ptr); ++ptr) ;
38 if (ptr != prop) return 0; // Must be at the beginning of the line
67 const char *filename = "/system/build.prop";
86 "flags: -f /dir/file.prop (default /system/build.prop)\n"
87 " -p prop.name (default ro.build.fingerprint)\n"

Completed in 85 milliseconds