Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/updater/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
89 inc := $(call local-generated-sources-dir)/register.inc
93 $(hide) mkdir -p $(dir $@)
/bootable/recovery/updater_sample/tests/
Dbuild.properties1 tested.project.dir=..
/bootable/recovery/minui/
Devents.cpp71 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir("/dev/input"), closedir); in ev_init() local
72 if (!dir) { in ev_init()
78 while ((de = readdir(dir.get())) != nullptr) { in ev_init()
80 android::base::unique_fd fd(openat(dirfd(dir.get()), de->d_name, O_RDONLY | O_CLOEXEC)); in ev_init()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java239 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/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/minadbd/
DAndroid.bp57 // TODO create a include dir
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp180 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/
DREADME.md33 `url` is expected to point to file system, e.g. `file:///data/my-sample-ota-builds-dir/ota-002.zip`.
201 `chcon -R u:object_r:ota_package_file:s0 /data/my-sample-ota-builds-dir`
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp926 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
932 while ((de = readdir(dir.get())) != nullptr) { in LoadAnimation()