Lines Matching defs:rc
234 int rc = getcon(&mycon);
235 if (rc < 0) {
240 rc = getfilecon(svc->args[0], &fcon);
241 if (rc < 0) {
247 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
248 if (rc == 0 && !strcmp(scon, mycon)) {
253 if (rc < 0) {
811 int rc = property_get(prop_map[i].src_prop, value);
812 property_set(prop_map[i].dst_prop, (rc > 0) ? value : prop_map[i].default_value);
1006 // on / and then we'll let the rc file figure out the rest.
1080 init_parse_config_file("/init.rc");