Searched refs:dir (Results 26 - 50 of 125) sorted by relevance

12345

/system/extras/showmap/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/extras/showslab/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/icachetest/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/timetest/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/media/camera/src/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/core/libusbhost/
H A DAndroid.mk17 LOCAL_PATH := $(my-dir)
/system/extras/tests/iptables/qtaguid/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/system/extras/tests/lib/testUtil/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/wifi/stress/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/system/bluetooth/brfpatch/
H A DAndroid.mk6 LOCAL_PATH:= $(call my-dir)
/system/core/libion/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/core/libsuspend/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/core/libsync/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/bugmailer/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/memtest/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/pftest/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/media/audio_utils/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/bluetooth/bluedroid/
H A DAndroid.mk5 LOCAL_PATH:= $(call my-dir)
/system/core/toolbox/
H A Dchmod.c16 DIR *dir = opendir(path); local
17 if (dir == NULL) {
24 while ((dp = readdir(dir)) != NULL) {
45 closedir(dir);
H A Dmount.c146 do_mount(char *dev, char *dir, char *type, unsigned long rwflag, void *data, int loop, argument
183 if (mount(dev, dir, s, rwflag, data) == -1) {
237 static int get_mounts_dev_dir(const char *arg, char **dev, char **dir) argument
266 *dir = strdup(mount_dir);
280 char *dir = NULL; local
324 dir = argv[optind + 1];
326 get_mounts_dev_dir(argv[optind], &dev, &dir);
329 if (dev == NULL || dir == NULL || type == NULL) {
335 return do_mount(dev, dir, type, rwflag, extra.str, loop, loopdev);
336 /* We leak dev and dir i
[all...]
/system/extras/ext4_utils/
H A Dmake_ext4fs.h34 typedef void (*fs_config_func_t)(const char *path, int dir, unsigned *uid, unsigned *gid,
/system/core/libnl_2/
H A DAndroid.mk6 LOCAL_PATH := $(call my-dir)
/system/extras/fatblock/
H A Dimport.c196 struct dir *d;
199 DIR *dir; local
215 dir = opendir(path);
216 if (!dir) {
222 d = malloc(sizeof(struct dir));
224 WARN("importing %s: couldn't allocate dir struct: "
226 closedir(dir);
234 closedir(dir);
243 while ((de = readdir(dir))) {
292 closedir(dir);
[all...]
/system/extras/tests/binder/benchmarks/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/system/vold/
H A DProcess.cpp89 DIR *dir = opendir(path); local
90 if (!dir)
99 while ((de = readdir(dir))) {
115 closedir(dir);
120 closedir(dir);
181 DIR* dir; local
184 if (!(dir = opendir("/proc"))) {
189 while ((de = readdir(dir))) {
221 closedir(dir);

Completed in 167 milliseconds

12345