Home | History | Annotate | Download | only in installd

Lines Matching defs:de

236     // never want to risk exposing data on a device with real CE/DE storage.
636 struct dirent *de;
645 while ((de = readdir(d))) {
646 const char *name = de->d_name;
653 if (de->d_type == DT_DIR) {
673 } else if (de->d_type == DT_LNK && !strcmp(name, "lib")) {