Searched defs:dir (Results 1 – 4 of 4) sorted by relevance
99 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb() local159 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in ev_init() local
239 private void downloadPreStreamingFiles(UpdateConfig config, String dir) in downloadPreStreamingFiles()
180 void AddFilesToDir(const std::string& dir, const std::vector<std::string>& files) { in AddFilesToDir()
961 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local