Searched defs:is_empty (Results 1 - 2 of 2) sorted by relevance

/system/bt/osi/src/
H A Dfixed_queue.c91 bool is_empty = list_is_empty(queue->list); local
94 return is_empty;
/system/extras/ext4_utils/
H A Dext4_crypt.cpp72 static bool is_dir_empty(const char *dirname, bool *is_empty) argument
93 *is_empty = false;
98 *is_empty = true;
189 bool is_empty; local
190 if (!is_dir_empty(directory, &is_empty)) return -1;
191 if (is_empty) {

Completed in 93 milliseconds