Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/minui/
Devents.cpp101 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/
DPrepareUpdateService.java239 private void downloadPreStreamingFiles(UpdateConfig config, String dir) in downloadPreStreamingFiles()
/bootable/recovery/recovery_ui/
Dwear_ui.cpp172 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
Dscreen_ui.cpp971 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
/bootable/deprecated-ota/tests/unit/
Dapplypatch_test.cpp180 void AddFilesToDir(const std::string& dir, const std::vector<std::string>& files) { in AddFilesToDir()