Home | History | Annotate | Download | only in updater

Lines Matching defs:property

1437 // property.  It can be "recovery" to boot from the recovery
1446 char* property;
1447 if (ReadArgs(state, argv, 2, &filename, &property) < 0) return NULL;
1460 if (property != NULL) {
1461 strncat(buffer, property, sizeof(buffer)-10);
1467 free(property);