Searched refs:dir (Results 76 - 100 of 125) sorted by path

12345

/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...]
H A Dread.c126 static int dir_read(struct dir *d, char *buf, offset_t off, offset_t len)
154 return dir_read((struct dir *)e, buf, off, len);
/system/extras/latencytop/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
H A Dlatencytop.c203 DIR *dir; local
209 dir = opendir(dirname);
210 if (!dir) {
211 fprintf(stderr, "Could not open task dir for process %d.\n", pid);
217 while ((ent = readdir(dir))) {
226 closedir(dir);
/system/extras/libpagemap/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
H A Dpm_kernel.c64 struct dirent *dir; local
80 while ((dir = readdir(proc))) {
81 if (sscanf(dir->d_name, "%d", &pid) < 1)
/system/extras/librank/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/system/extras/libublock/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/system/extras/micro_bench/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/procmem/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/system/extras/procrank/
H A DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
/system/extras/sane_schedstat/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/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/sound/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/system/extras/su/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/binder/benchmarks/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/bionic/libc/
H A DAndroid.mk20 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk21 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/cpueater/
H A DAndroid.mk16 LOCAL_PATH := $(call my-dir)
/system/extras/tests/directiotest/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/ext4/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/framebuffer/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/system/extras/tests/fstest/
H A DAndroid.mk15 LOCAL_PATH := $(call my-dir)
/system/extras/tests/icachetest/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)

Completed in 1131 milliseconds

12345