Searched defs:prop_info (Results 1 - 25 of 366) sorted by relevance

1234567891011>>

/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-11/arch-mips64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-x86/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-11/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-12/arch-arm64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-12/arch-mips64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-12/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-13/arch-arm64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-13/arch-mips64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
H A Dsystem_properties.h36 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);
/prebuilts/ndk/r10/platforms/android-13/arch-x86_64/usr/include/sys/
H A Dsystem_properties.h36 typedef struct prop_info prop_info; typedef in typeref:struct:prop_info
56 ** the returned prop_info pointer.
58 ** It is safe to cache the prop_info pointer to avoid future
62 const prop_info *__system_property_find(const char *name);
73 int __system_property_read(const prop_info *pi, char *name, char *value);
75 /* Return a prop_info for the nth system property, or NULL if
84 const prop_info *__system_property_find_nth(unsigned n);
86 /* Pass a prop_info for each system property to the provided
97 void (*propfn)(const prop_info *p
[all...]
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
H A Dsystem_properties.h36 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);

Completed in 407 milliseconds

1234567891011>>