HomeSort by relevance Sort by last modified time
    Searched refs:PROP_MSG_SETPROP2 (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/sys/
_system_properties.h 47 #define PROP_MSG_SETPROP2 0x00020001
  /system/core/init/
property_service_test.cpp 46 uint32_t msg = PROP_MSG_SETPROP2;
property_service.cpp 534 case PROP_MSG_SETPROP2: {
539 PLOG(ERROR) << "sys_prop(PROP_MSG_SETPROP2): error while reading name/value from the socket";
  /bionic/libc/bionic/
system_property_set.cpp 288 if (!writer.WriteUint32(PROP_MSG_SETPROP2).WriteString(key).WriteString(value).Send()) {

Completed in 82 milliseconds