Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 25 of 41) sorted by relevance

12

/system/iorap/src/inode2filename/
Dsearch_directories.cc311 unsigned char d_type{DT_UNKNOWN}; // Note: not seen outside of sentinel roots. member
327 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 …]
/system/vold/
DProcess.cpp100 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()
Dmain.cpp196 if (de->d_type != DT_DIR && lvl > 0) continue; in do_coldboot()
Dvold_prepare_subdirs.cpp151 if (entry->d_type != DT_DIR) continue; in prepare_apex_subdirs()
DFsCrypt.cpp146 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()
/system/core/init/
Dfirst_stage_init.cpp71 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()
Dpersistent_properties.cpp69 if (entry->d_type != DT_REG) { in LoadLegacyPersistentProperties()
118 if (entry->d_type != DT_REG) { in RemoveLegacyPersistentPropertyFiles()
Dparser.cpp168 if (current_file->d_type == DT_REG) { in ParseConfigDir()
Duevent_listener.cpp148 if (de->d_type != DT_DIR || de->d_name[0] == '.') continue; in RegenerateUeventsForDir()
Dmount_namespace.cpp122 if (entry->d_type == DT_DIR) { in ActivateFlattenedApexesFrom()
/system/libvintf/xsd/halManifest/vts/
DValidateHalManifest.cpp36 if (de->d_type != DT_REG) { in get_files_in_dirs()
/system/apex/libs/libapexutil/
Dapexutil.cpp67 if (entry->d_type != DT_DIR) in GetActivePackages()
/system/tools/aidl/
Dio_delegate.cpp226 if (ent->d_type == DT_REG) { in add_list_files()
228 } else if (ent->d_type == DT_DIR) { in add_list_files()
/system/core/fs_mgr/
Dfs_mgr_vendor_overlay.cpp62 if (dp->d_type != DT_DIR || dp->d_name[0] == '.') { in fs_mgr_get_vendor_overlay_dirs()
/system/libvintf/
DFileSystem.cpp53 if (dp->d_type != DT_DIR) { in listFiles()
/system/core/bootstat/
Dboot_event_record_store.cpp125 if (entry->d_type != DT_REG) { in GetAllBootEvents()
Dboot_event_record_store_test.cpp84 if (entry->d_type == DT_DIR) { in DeleteDirectory()
/system/core/fs_mgr/libfs_avb/
Dutil.cpp138 if (de->d_type != DT_REG) continue; in ListFiles()
/system/netd/server/
DInterfaceController.cpp128 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()
/system/libhidl/base/
DHidlInternal.cpp220 if (file->d_type != DT_REG) return false; in isInstrumentationLib()
/system/incremental_delivery/incfs/
Dpath.cpp202 if (entry->d_type != DT_DIR) { in isEmptyDir()
/system/core/libprocessgroup/
Dprocessgroup.cpp158 if (dir->d_type != DT_DIR) { in RemoveUidProcessGroups()
199 if (dir->d_type != DT_DIR) { in removeAllProcessGroups()
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp198 if (dent->d_type != DT_DIR) continue; in ReadDmaBufs()
/system/teeui/libteeui/src/
Devdev.cpp240 return (dir->d_type & DT_CHR) && !strncmp("event", dir->d_name, 5); in grabAllEvDevsAndRegisterCallbacks()
/system/memory/libmemunreachable/
DThreadCapture.cpp123 char d_type; in ListThreads() member

12