OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__nlink_t
(Results
1 - 5
of
5
) sorted by null
/development/ndk/platforms/android-3/arch-arm/include/sys/
_types.h
52
typedef __uint32_t
__nlink_t
; /* link count */
typedef
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
52
typedef __uint32_t
__nlink_t
; /* link count */
typedef
/development/ndk/platforms/android-9/arch-x86/include/sys/
_types.h
52
typedef __uint32_t
__nlink_t
; /* link count */
typedef
/bionic/libc/include/sys/
types.h
69
typedef uint32_t
__nlink_t
;
typedef
70
typedef
__nlink_t
nlink_t;
/development/ndk/platforms/android-L/include/sys/
types.h
69
typedef uint32_t
__nlink_t
;
typedef
70
typedef
__nlink_t
nlink_t;
Completed in 187 milliseconds