Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp211 if (dir->d_type != DT_DIR) { in removeUidProcessGroups()
240 if (dir->d_type != DT_DIR) { in removeAllProcessGroups()
/system/netd/server/
DInterfaceController.cpp71 if ((d->d_type != DT_DIR) || !isInterfaceName(d->d_name)) { in setOnAllInterfaces()
/system/core/init/
Dinit_parser.cpp129 if (current_file->d_type == DT_REG) { in ParseConfigDir()
Dbuiltins.cpp127 if (((dp->d_type != DT_DIR) && (dp->d_type != DT_LNK)) || in turnOffBacklight()
Dproperty_service.cpp415 if (entry->d_type != DT_REG) { in load_persistent_properties()
Dinit.cpp456 … if (dp->d_type != DT_REG || !strcmp(dp->d_name, "compatible") || !strcmp(dp->d_name, "name")) { in process_kernel_dt()
Ddevices.cpp950 if(de->d_type != DT_DIR || de->d_name[0] == '.') in do_coldboot()
/system/core/bootstat/
Dboot_event_record_store.cpp149 if (entry->d_type != DT_REG) { in GetAllBootEvents()
Dboot_event_record_store_test.cpp90 if (entry->d_type == DT_DIR) { in DeleteDirectory()
/system/vold/
Dmain.cpp185 if (de->d_type != DT_DIR && lvl > 0) in do_coldboot()
DExt4Crypt.cpp202 if (entry->d_type != DT_DIR || entry->d_name[0] != 'c') { in get_ce_key_paths()
407 if (entry->d_type != DT_DIR || !is_numeric(entry->d_name)) { in load_all_de_keys()
DUtils.cpp475 if (de->d_type == DT_DIR) { in calculate_dir_size()
DCommandListener.cpp375 if (dent->d_type != DT_REG) in listAsecsInDirectory()
/system/security/keystore/
Dkeystore.cpp190 if (file->d_type != DT_REG) { in isEmpty()
362 if (file->d_type != DT_REG) { in list()
717 if (file->d_type != DT_REG) { in upgradeKeystore()
/system/core/libmemunreachable/
DThreadCapture.cpp121 char d_type; in ListThreads() member
/system/core/fs_mgr/
Dfs_mgr.c397 if (ent->d_type != DT_BLK) in translate_ext_labels()
/system/core/logcat/
Dlogcat.cpp481 if ((dp->d_type != DT_REG) in lastLogTime()
/system/core/sdcard/
Dsdcard.c1414 fde->type = de->d_type; in handle_readdir()