Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/include/libfuse_jni/
DReaddirHelper.h41 DirectoryEntry(const std::string& name, int type) : d_name(name), d_type(type) {} in DirectoryEntry()
43 const int d_type; member
/packages/providers/MediaProvider/jni/
DReaddirHelper.cpp33 if (entry.d_type == DT_DIR) return true; in isDirectory()
55 std::make_shared<DirectoryEntry>(entry->d_name, entry->d_type)); in addDirectoryEntriesFromLowerFs()
DFuseDaemon.cpp1364 fuse_reply_err(req, h->de[0]->d_type); in do_readdir_common()
1390 e.attr.st_mode = de->d_type << 12; in do_readdir_common()
/packages/services/Car/procfs-inspector/server/
Ddirectory.cpp63 if (entry->d_type == DT_UNKNOWN || in next()
65 entry->d_type == type) { in next()
/packages/services/Car/watchdog/server/src/
DProcPidStat.cpp168 if (pidDir->d_type != DT_DIR || !ParseUint(pidDir->d_name, &pid)) { in getProcessStatsLocked()
225 if (tidDir->d_type != DT_DIR || !ParseUint(tidDir->d_name, &tid)) { in getProcessStatsLocked()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp68 if (dirent->d_type == DT_DIR) { in removeDirAndFiles()