Searched defs:is_directory (Results 1 – 9 of 9) sorted by relevance
23 bool mcld::sys::fs::is_directory(const Path& pPath) { in is_directory() function in mcld::sys::fs
39 static inline bool is_directory(const std::string& path) { in is_directory() function
20 bool is_directory(const path& p) { in is_directory() function
130 def is_directory(path_name): function
40 def __init__(self, name, base_dir, permissions, size, ino, extents, is_directory=False, argument60 def is_directory(self): member in ApexImageEntry
66 bool is_directory = (ent->d_type == DT_DIR); in remove_recursively() local
448 bool is_directory = (ent->d_type == DT_DIR); in list_dir() local
321 def is_directory(self): member in dentry
1757 bool is_directory = S_ISDIR(stat.st_mode); in pf_access() local