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

  /bionic/libc/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
52 ** the returned prop_info pointer.
54 ** It is safe to cache the prop_info pointer to avoid future
58 const prop_info *__system_property_find(const char *name);
69 int __system_property_read(const prop_info *pi, char *name, char *value);
71 /* Return a prop_info for the nth system property, or NULL if
81 const prop_info *__system_property_find_nth(unsigned n);
_system_properties.h 49 #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF)))
63 struct prop_info { struct
83 ** - once allocated, a prop_info's name will not change
84 ** - once allocated, a prop_info's offset will not change
  /bionic/libc/bionic/
system_properties.c 90 const prop_info *__system_property_find_nth(unsigned n)
101 const prop_info *__system_property_find(const char *name)
107 prop_info *pi;
122 int __system_property_read(const prop_info *pi, char *name, char *value)
145 const prop_info *pi = __system_property_find(name);
155 int __system_property_wait(const prop_info *pi)
  /system/core/toolbox/
getprop.c 13 int __system_property_wait(prop_info *pi);
watchprops.c 19 const prop_info *pi;
25 static void announce(const prop_info *pi)
  /bionic/libc/netbsd/resolv/
res_state.c 48 struct prop_info* _pi;
61 rt->_pi = (struct prop_info*) __system_property_find("net.change");
121 rt->_pi = (struct prop_info*) __system_property_find("net.change");
res_init.c 116 const prop_info *dns_change_prop;
  /system/core/init/
property_service.c 138 static prop_info *pa_info_array;
167 static void update_prop_info(prop_info *pi, const char *value, unsigned len)
175 static int property_write(prop_info *pi, const char *value)
236 prop_info *pi;
240 pi = (prop_info*) __system_property_find(name);
274 prop_info *pi;
283 pi = (prop_info*) __system_property_find(name);
337 const prop_info *pi;
  /system/core/libcutils/
properties.c 98 const prop_info *pi;
  /hardware/libhardware_legacy/wifi/
wifi.c 277 const prop_info *pi;

Completed in 490 milliseconds