OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABool
(Results
1 - 9
of
9
) sorted by null
/external/qemu/android/utils/
path.h
52
extern
ABool
path_exists( const char* path );
55
extern
ABool
path_is_regular( const char* path );
58
extern
ABool
path_is_dir( const char* path );
61
extern
ABool
path_is_absolute( const char* path );
64
extern
ABool
path_can_read( const char* path );
65
extern
ABool
path_can_write( const char* path );
68
extern
ABool
path_can_exec( const char* path );
reflist.h
74
AINLINED
ABool
86
AINLINED
ABool
98
ABool
areflist_delFirst(ARefList* l, void* item);
102
ABool
areflist_delAll(ARefList* l, void* item);
refset.h
51
extern
ABool
arefSet_has( ARefSet* s, void* item );
path.c
218
ABool
229
ABool
246
ABool
262
ABool
272
ABool
282
ABool
423
ABool
reflist.c
151
ABool
184
ABool
187
ABool
result = 0;
refset.c
69
extern
ABool
system.h
76
typedef int
ABool
;
/external/qemu/android/
user-config.c
30
ABool
changed;
hw-qemud.c
229
ABool
need_header;
520
ABool
framing,
660
ABool
need_header;
661
ABool
closing;
681
static
ABool
[
all
...]
Completed in 884 milliseconds