Home
last modified time | relevance | path

Searched defs:namelen (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libcutils/
H A Dsocket_local_client_unix.cpp49 size_t namelen; in socket_make_sockaddr_un() local
/aosp14/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp70 bool TrieNode::FindChildForString(const char* name, uint32_t namelen, TrieNode* child) const { in FindChildForString()
/aosp14/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h31 uint32_t namelen; member
/aosp14/system/core/init/
H A Dutil.cpp431 size_t namelen = name.size(); in IsLegalPropertyName() local