Home
last modified time | relevance | path

Searched refs:ABool (Results 1 – 9 of 9) sorted by relevance

/external/qemu/android/utils/
Dpath.h52 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 );
Dreflist.h74 AINLINED ABool
86 AINLINED ABool
98 ABool areflist_delFirst(ARefList* l, void* item);
102 ABool areflist_delAll(ARefList* l, void* item);
Dpath.c214 ABool
223 ABool
238 ABool
252 ABool
260 ABool
268 ABool
407 ABool
Dreflist.c151 ABool
184 ABool
187 ABool result = 0; in areflist_delAll()
Drefset.h51 extern ABool arefSet_has( ARefSet* s, void* item );
Dsystem.h75 typedef int ABool; typedef
Drefset.c69 extern ABool
/external/qemu/android/
Dhw-qemud.c228 ABool need_header;
519 ABool framing, in qemud_serial_send()
659 ABool need_header;
660 ABool closing;
680 static ABool
2058 static ABool _qemud_pipe_initialized = false; in _android_qemud_pipe_init()
Duser-config.c30 ABool changed;