Home
last modified time | relevance | path

Searched defs:prop_info (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
Dprop_info.h44 struct prop_info { struct
48 constexpr static uint32_t kLongFlag = 1 << 16;
55 constexpr static size_t kLongLegacyErrorBufferSize = 56;
82 prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen); argument
/bionic/libc/system_properties/
Dprop_info.cpp38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info() function in prop_info
46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info() function in prop_info
/bionic/libc/include/sys/
Dsystem_properties.h39 typedef struct prop_info prop_info; typedef