Searched refs:d_type (Results 1 – 25 of 41) sorted by relevance
12
311 unsigned char d_type{DT_UNKNOWN}; // Note: not seen outside of sentinel roots. member327 DirectoryEntry(std::string filename, ino_t d_ino, unsigned char d_type) noexcept in DirectoryEntry()330 d_type{d_type} {341 d_type = other.d_type; in DirectoryEntry()357 d_type = other.d_type; in operator =()375 d_type = other.d_type; in operator =()390 d_type = other.d_type; in DirectoryEntry()401 e.d_type = DT_DIR; in CreateSentinel()464 os << "DirectoryEntry{" << d.filename << ",ino:" << d.d_ino << ",type:" << d.d_type << "}"; in operator <<()505 if (dp->d_type == DT_DIR) { in ReadDirectoryEntriesFromDirectoryPath()[all …]
100 if (proc_de->d_type != DT_DIR) continue; in KillProcessesWithTmpfsMounts()145 if (proc_de->d_type != DT_DIR) continue; in KillProcessesWithOpenFiles()163 if (fd_de->d_type != DT_LNK) continue; in KillProcessesWithOpenFiles()
196 if (de->d_type != DT_DIR && lvl > 0) continue; in do_coldboot()
151 if (entry->d_type != DT_DIR) continue; in prepare_apex_subdirs()
146 if (entry->d_type != DT_DIR || entry->d_name[0] != 'c') { in get_ce_key_paths()398 if (entry->d_type != DT_DIR || !is_numeric(entry->d_name)) { in load_all_de_keys()977 if (entry->d_type != DT_DIR || entry->d_name[0] == '.') { in destroy_volume_keys()
71 if (de->d_type == DT_DIR || de->d_type == DT_UNKNOWN) { in FreeRamdisk()94 } else if (de->d_type == DT_REG) { in FreeRamdisk()144 if (entry->d_type != DT_DIR) { in LoadKernelModules()
69 if (entry->d_type != DT_REG) { in LoadLegacyPersistentProperties()118 if (entry->d_type != DT_REG) { in RemoveLegacyPersistentPropertyFiles()
168 if (current_file->d_type == DT_REG) { in ParseConfigDir()
148 if (de->d_type != DT_DIR || de->d_name[0] == '.') continue; in RegenerateUeventsForDir()
122 if (entry->d_type == DT_DIR) { in ActivateFlattenedApexesFrom()
36 if (de->d_type != DT_REG) { in get_files_in_dirs()
67 if (entry->d_type != DT_DIR) in GetActivePackages()
226 if (ent->d_type == DT_REG) { in add_list_files()228 } else if (ent->d_type == DT_DIR) { in add_list_files()
62 if (dp->d_type != DT_DIR || dp->d_name[0] == '.') { in fs_mgr_get_vendor_overlay_dirs()
53 if (dp->d_type != DT_DIR) { in listFiles()
125 if (entry->d_type != DT_REG) { in GetAllBootEvents()
84 if (entry->d_type == DT_DIR) { in DeleteDirectory()
138 if (de->d_type != DT_REG) continue; in ListFiles()
128 if ((ent->d_type != DT_DIR) || !isInterfaceName(ent->d_name)) { in forEachInterface()428 if ((de->d_type != DT_DIR) && (de->d_type != DT_LNK)) continue; in getIfaceNames()
220 if (file->d_type != DT_REG) return false; in isInstrumentationLib()
202 if (entry->d_type != DT_DIR) { in isEmptyDir()
158 if (dir->d_type != DT_DIR) { in RemoveUidProcessGroups()199 if (dir->d_type != DT_DIR) { in removeAllProcessGroups()
198 if (dent->d_type != DT_DIR) continue; in ReadDmaBufs()
240 return (dir->d_type & DT_CHR) && !strncmp("event", dir->d_name, 5); in grabAllEvDevsAndRegisterCallbacks()
123 char d_type; in ListThreads() member