HomeSort by relevance Sort by last modified time
    Searched defs:prop_info (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /bionic/libc/include/sys/
system_properties.h 36 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 *pi, void *cookie)
    [all...]
  /development/ndk/platforms/android-21/include/sys/
system_properties.h 36 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 *pi, void *cookie)
    [all...]
  /development/ndk/platforms/android-3/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/4/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);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/6/platforms/android-3/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);
  /prebuilts/ndk/7/platforms/android-14/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);
  /prebuilts/ndk/7/platforms/android-14/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/7/platforms/android-3/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/7/platforms/android-4/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/7/platforms/android-9/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);
  /prebuilts/ndk/7/platforms/android-9/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);
  /prebuilts/ndk/8/platforms/android-14/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);

Completed in 1504 milliseconds

1 2 3 4 5 6