Searched defs:dir (Results 1 – 5 of 5) sorted by relevance
| /bootable/recovery/minui/ |
| D | events.cpp | 101 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb() local 161 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in ev_init() local
|
| /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
| D | PrepareUpdateService.java | 239 private void downloadPreStreamingFiles(UpdateConfig config, String dir) in downloadPreStreamingFiles()
|
| /bootable/recovery/recovery_ui/ |
| D | wear_ui.cpp | 172 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
|
| D | screen_ui.cpp | 971 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
|
| /bootable/deprecated-ota/tests/unit/ |
| D | applypatch_test.cpp | 180 void AddFilesToDir(const std::string& dir, const std::vector<std::string>& files) { in AddFilesToDir()
|