Searched refs:dir (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/updater/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir) 61 $(hide) mkdir -p $(dir $(1)) 97 inc := $(call local-generated-sources-dir)/register.inc
|
/bootable/recovery/minui/ |
D | events.cpp | 99 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb() local 100 if (!dir) { in inotify_cb() 126 android::base::unique_fd dfd(openat(dirfd(dir.get()), pevent->name, O_RDONLY)); in inotify_cb() 159 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in ev_init() local 160 if (!dir) { in ev_init() 166 while ((de = readdir(dir.get())) != nullptr) { in ev_init() 168 android::base::unique_fd fd(openat(dirfd(dir.get()), de->d_name, O_RDONLY | O_CLOEXEC)); in ev_init()
|
/bootable/recovery/updater_sample/tests/ |
D | build.properties | 1 tested.project.dir=..
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
D | PrepareUpdateService.java | 239 private void downloadPreStreamingFiles(UpdateConfig config, String dir) in downloadPreStreamingFiles() argument 241 Log.d(TAG, "Deleting existing files from " + dir); in downloadPreStreamingFiles() 245 Log.d(TAG, "Downloading files to " + dir); in downloadPreStreamingFiles() 253 Paths.get(dir, file.getFilename()).toFile()); in downloadPreStreamingFiles()
|
/bootable/recovery/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir)
|
/bootable/recovery/tests/unit/ |
D | applypatch_test.cpp | 180 void AddFilesToDir(const std::string& dir, const std::vector<std::string>& files) { in AddFilesToDir() argument 183 temporary_files_.push_back(dir + "/" + file); in AddFilesToDir()
|
/bootable/recovery/updater_sample/ |
D | README.md | 33 `url` is expected to point to file system, e.g. `file:///data/my-sample-ota-builds-dir/ota-002.zip`. 203 `chcon -R u:object_r:ota_package_file:s0 /data/my-sample-ota-builds-dir`
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 940 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local 946 while ((de = readdir(dir.get())) != nullptr) { in LoadAnimation()
|