Home
last modified time | relevance | path

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

/bootable/deprecated-ota/updater/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
60 $(hide) mkdir -p $(dir $(1))
101 inc := $(call local-generated-sources-dir)/register.inc
/bootable/recovery/minui/
Devents.cpp101 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb() local
102 if (!dir) { in inotify_cb()
128 android::base::unique_fd dfd(openat(dirfd(dir.get()), event_name.c_str(), O_RDONLY)); in inotify_cb()
161 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in ev_init() local
162 if (!dir) { in ev_init()
168 while ((de = readdir(dir.get())) != nullptr) { in ev_init()
170 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/updater_sample/tests/
Dbuild.properties1 tested.project.dir=..
/bootable/recovery/recovery_ui/
Dwear_ui.cpp172 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
178 if(dir.get() == nullptr) abort(); in LoadAnimation()
180 while ((de = readdir(dir.get())) != nullptr) { in LoadAnimation()
Dscreen_ui.cpp971 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(Paths::Get().resource_dir().c_str()), in LoadAnimation() local
977 while ((de = readdir(dir.get())) != nullptr) { in LoadAnimation()
/bootable/recovery/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/deprecated-ota/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/libbootloader/gbl/toolchain/
Dgbl_workspace_util.bzl61 llvm_resource_dir = repo_ctx.execute([clang, "--print-resource-dir"]).stdout.strip("\n")
/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`.
203 `chcon -R u:object_r:ota_package_file:s0 /data/my-sample-ota-builds-dir`