Home | History | Annotate | Download | only in installd

Lines Matching defs:de

178     // never want to risk exposing data on a device with real CE/DE storage.
578 struct dirent *de;
587 while ((de = readdir(d))) {
588 const char *name = de->d_name;
595 if (de->d_type == DT_DIR) {
615 } else if (de->d_type == DT_LNK && !strcmp(name, "lib")) {