OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abool
(Results
1 - 10
of
10
) 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 );
reflist.c
151
ABool
184
ABool
187
ABool
result = 0;
path.c
214
ABool
223
ABool
238
ABool
252
ABool
260
ABool
268
ABool
407
ABool
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
...]
/external/mksh/src/
lex.c
67
bool
abool
;
member in union:lex_state::__anon9736
83
#define ls_bool u.
abool
[
all
...]
Completed in 365 milliseconds