Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
DDirUtil.cpp168 DIR *dir; in dirUnlinkHierarchy() local
183 dir = opendir(path); in dirUnlinkHierarchy()
184 if (dir == NULL) { in dirUnlinkHierarchy()
190 while ((de = readdir(dir)) != NULL) { in dirUnlinkHierarchy()
206 closedir(dir); in dirUnlinkHierarchy()
212 if (closedir(dir) < 0) { in dirUnlinkHierarchy()
/bootable/recovery/updater/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
115 inc := $(call local-generated-sources-dir)/register.inc
119 $(hide) mkdir -p $(dir $@)
/bootable/recovery/minui/
Devents.cpp63 DIR* dir = opendir("/dev/input"); in ev_init() local
64 if (dir != nullptr) { in ev_init()
66 while ((de = readdir(dir))) { in ev_init()
68 int fd = openat(dirfd(dir), de->d_name, O_RDONLY); in ev_init()
105 closedir(dir); in ev_init()
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/tools/recovery_l10n/
DAndroid.mk3 LOCAL_PATH := $(call my-dir)
/bootable/recovery/tools/dumpkey/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/uncrypt/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/boot_control/
DAndroid.mk17 LOCAL_PATH := $(my-dir)
/bootable/recovery/
DREADME.md47 1. `adb sync data` to make sure the test-dir has the images to test.
49 the test dir.
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
Dscreen_ui.cpp539 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir("/res/images"), closedir); in LoadAnimation() local
544 while ((de = readdir(dir.get())) != nullptr) { in LoadAnimation()
/bootable/recovery/edify/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/otafault/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/update_verifier/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/bootable/recovery/minadbd/
DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/bootable/recovery/tests/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
180 $(call intermediates-dir-for,PACKAGING,recovery_component_test)/DATA
/bootable/recovery/applypatch/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)