HomeSort by relevance Sort by last modified time
    Searched refs:dir_stream (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Commands/
CommandCompletions.cpp 242 lldb_utility::CleanUp <DIR *, int> dir_stream (opendir(containing_part), NULL, closedir);
243 if (!dir_stream.is_valid())
250 while ((dirent_buf = readdir(dir_stream.get())) != NULL)
  /external/dnsmasq/src/
cache.c 926 DIR *dir_stream; local
932 if (!(dir_stream = opendir(ah->fname)))
937 while ((ent = readdir(dir_stream)))
995 closedir(dir_stream);
    [all...]
option.c 1032 DIR *dir_stream; local
    [all...]

Completed in 228 milliseconds