/aosp12/bionic/libc/system_properties/ |
H A D | prop_info.cpp | 38 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 D | prop_area.cpp | 157 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 D | system_properties.cpp | 177 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 D | socket_local_client.cc | 37 size_t namelen; in osi_socket_make_sockaddr_un() local
|
/aosp12/system/core/libcutils/ |
H A D | socket_local_client_unix.cpp | 49 size_t namelen; in socket_make_sockaddr_un() local
|
/aosp12/bionic/libc/system_properties/include/system_properties/ |
H A D | prop_area.h | 57 uint32_t namelen; member
|
/aosp12/bionic/libc/dns/net/ |
H A D | getservent.c | 41 int namelen; in getservent_r() local
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_api.cpp | 96 int __system_property_add(const char* name, unsigned int namelen, const char* value, in __system_property_add()
|
H A D | system_property_set.cpp | 63 const size_t namelen = strlen(property_service_socket); in PropertyServiceConnection() local
|
H A D | fts.c | 908 fts_alloc(FTS *sp, const char *name, size_t namelen) in fts_alloc()
|
/aosp12/packages/modules/adb/ |
H A D | file_sync_protocol.h | 73 uint32_t namelen; member 89 uint32_t namelen; member
|
H A D | sysdeps.h | 675 static inline int adb_bind(borrowed_fd fd, const sockaddr* addr, int namelen) { in adb_bind()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | cramfs_fs.h | 34 __u32 namelen : CRAMFS_NAMELEN_WIDTH, offset : CRAMFS_OFFSET_WIDTH; member
|
H A D | dlm_device.h | 29 __u8 namelen; member
|
H A D | fuse.h | 50 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 D | property_info_parser.cpp | 70 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 D | property_info_parser.h | 31 uint32_t namelen; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | fuse.h | 57 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 D | fuse.h | 168 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 D | fuse.h | 57 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 D | fuse.h | 174 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 D | ns_name.c | 803 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 D | util.cpp | 425 size_t namelen = name.size(); in IsLegalPropertyName() local
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_debug.c | 392 int namelen) in p_fqnname()
|
/aosp12/art/openjdkjvm/ |
H A D | OpenjdkJvm.cc | 284 JNIEXPORT int JVM_GetHostName(char* name, int namelen) { in JVM_GetHostName()
|