Home
last modified time | relevance | path

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

12

/aosp12/bionic/libc/system_properties/
H A Dprop_info.cpp38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info()
46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info()
H A Dprop_area.cpp157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { in new_prop_bt()
169 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, in new_prop_info()
226 prop_bt* prop_area::find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, in find_prop_bt()
275 const prop_info* prop_area::find_property(prop_bt* const trie, const char* name, uint32_t namelen, in find_property()
366 bool prop_area::add(const char* name, unsigned int namelen, const char* value, in add()
H A Dsystem_properties.cpp177 size_t namelen = strlcpy(name, pi->name, PROP_NAME_MAX); in Read() local
273 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add()
/aosp12/system/bt/osi/src/socket_utils/
H A Dsocket_local_client.cc37 size_t namelen; in osi_socket_make_sockaddr_un() local
/aosp12/system/core/libcutils/
H A Dsocket_local_client_unix.cpp49 size_t namelen; in socket_make_sockaddr_un() local
/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h57 uint32_t namelen; member
/aosp12/bionic/libc/dns/net/
H A Dgetservent.c41 int namelen; in getservent_r() local
/aosp12/bionic/libc/bionic/
H A Dsystem_property_api.cpp96 int __system_property_add(const char* name, unsigned int namelen, const char* value, in __system_property_add()
H A Dsystem_property_set.cpp63 const size_t namelen = strlen(property_service_socket); in PropertyServiceConnection() local
H A Dfts.c908 fts_alloc(FTS *sp, const char *name, size_t namelen) in fts_alloc()
/aosp12/packages/modules/adb/
H A Dfile_sync_protocol.h73 uint32_t namelen; member
89 uint32_t namelen; member
H A Dsysdeps.h675 static inline int adb_bind(borrowed_fd fd, const sockaddr* addr, int namelen) { in adb_bind()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dcramfs_fs.h34 __u32 namelen : CRAMFS_NAMELEN_WIDTH, offset : CRAMFS_OFFSET_WIDTH; member
H A Ddlm_device.h29 __u8 namelen; member
H A Dfuse.h50 uint32_t namelen; member
461 uint32_t namelen; member
481 uint32_t namelen; member
487 uint32_t namelen; member
/aosp12/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()
/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h31 uint32_t namelen; member
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h57 uint32_t namelen; member
512 uint32_t namelen; member
537 uint32_t namelen; member
545 uint32_t namelen; member
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h168 uint32_t namelen; member
672 uint32_t namelen; member
701 uint32_t namelen; member
708 uint32_t namelen; member
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h57 uint32_t namelen; member
532 uint32_t namelen; member
557 uint32_t namelen; member
565 uint32_t namelen; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h174 uint32_t namelen; member
698 uint32_t namelen; member
727 uint32_t namelen; member
734 uint32_t namelen; member
/aosp12/bionic/libc/dns/nameser/
H A Dns_name.c803 ns_name_map(ns_nname_ct nname, size_t namelen, ns_namemap_t map, int mapsize) { in ns_name_map()
/aosp12/system/core/init/
H A Dutil.cpp425 size_t namelen = name.size(); in IsLegalPropertyName() local
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c392 int namelen) in p_fqnname()
/aosp12/art/openjdkjvm/
H A DOpenjdkJvm.cc284 JNIEXPORT int JVM_GetHostName(char* name, int namelen) { in JVM_GetHostName()

12