Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.cpp207 bool has_more_files = true; in add_list_files() local
222 has_more_files = FindNextFile(search_handle.get(), &find_data); in add_list_files()
223 if (!has_more_files) { in add_list_files()
229 } while (has_more_files); in add_list_files()