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
214
ABool
223
ABool
238
ABool
252
ABool
260
ABool
268
ABool
407
ABool
reflist.c
151
ABool
184
ABool
187
ABool
result = 0;
refset.c
69
extern
ABool
system.h
75
typedef int
ABool
;
/external/qemu/android/
user-config.c
30
ABool
changed;
hw-qemud.c
228
ABool
need_header;
519
ABool
framing,
659
ABool
need_header;
660
ABool
closing;
680
static
ABool
[
all
...]
Completed in 110 milliseconds