Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Devents.cpp99 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb() local
159 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/tests/unit/
Dapplypatch_test.cpp180 void AddFilesToDir(const std::string& dir, const std::vector<std::string>& files) { in AddFilesToDir()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp961 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local