Home | History | Annotate | Download | only in init

Lines Matching full:property

58 #define PERSISTENT_PROPERTY_DIR  "/data/property"
123 * property service backend labeling while avoiding
124 * mislabels based on true property prefixes.
161 ERROR("Unable to write persistent property to temp file %s: %s\n", tempPath, strerror(errno));
171 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);
184 /* Don't allow ".." to appear in a property name */
231 /* If name starts with "net." treat as a DNS property. */
237 * The 'net.change' property is a special property used track when any
238 * 'net.*' property name is updated. It is _ONLY_ updated here. Its value
239 * contains the last updated 'net.*' property.
273 const int timeout_ms = 2 * 1000; /* Default 2 sec timeout for caller to send property. */
292 ERROR("sys_prop: timeout waiting for uid=%d to send property message.\n", cr.uid);
296 ERROR("sys_prop: error waiting for uid=%d to send property message: %s\n", cr.uid, strerror(errno));
315 ERROR("sys_prop: illegal property name. Got: \"%s\"\n", msg.name);
340 // Note: bionic's property client code assumes that the
341 // property server will not close the socket until *AFTER*
342 // the property is written to memory.
441 ERROR("Unable to open persistent property directory \"%s\": %s\n",
455 // Open the file and read the property value.
458 ERROR("Unable to open persistent property file \"%s\": %s\n",
465 ERROR("fstat on property file \"%s\" failed: %s\n", entry->d_name, strerror(errno));
474 ERROR("skipping insecure property file %s (uid=%u gid=%u nlink=%u mode=%o)\n",
487 ERROR("Unable to read persistent property file %s: %s\n",
513 * property service is started, so any properties stored there are