Home | History | Annotate | Download | only in installd

Lines Matching defs:de

138     // never want to risk exposing data on a device with real CE/DE storage.
533 struct dirent *de;
542 while ((de = readdir(d))) {
543 const char *name = de->d_name;
550 if (de->d_type == DT_DIR) {
570 } else if (de->d_type == DT_LNK && !strcmp(name, "lib")) {