OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prop_msg
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/development/ndk/platforms/android-3/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
_system_properties.h
38
typedef struct
prop_msg
prop_msg
;
typedef in typeref:struct:prop_msg
69
struct
prop_msg
struct
/bionic/libc/bionic/
system_properties.c
158
static int send_prop_msg(
prop_msg
*msg)
184
r = TEMP_FAILURE_RETRY(send(s, msg, sizeof(
prop_msg
), 0));
186
if(r == sizeof(
prop_msg
)) {
223
prop_msg
msg;
/system/core/init/
property_service.c
358
prop_msg
msg;
379
if(r != sizeof(
prop_msg
)) {
381
r, sizeof(
prop_msg
), errno);
Completed in 494 milliseconds