Home
last modified time | relevance | path

Searched defs:is_directory (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp23 bool mcld::sys::fs::is_directory(const Path& pPath) { in is_directory() function in mcld::sys::fs
/aosp12/bionic/tools/versioner/src/
H A DUtils.h39 static inline bool is_directory(const std::string& path) { in is_directory() function
/aosp12/hardware/google/graphics/common/memtrack-pixel/core/
H A Dfilesystem.cpp20 bool is_directory(const path& p) { in is_directory() function
/aosp12/art/tools/runtime_memusage/
H A Dsymbol_trace_info.py130 def is_directory(path_name): function
/aosp12/system/apex/tools/
H A Ddeapexer.py40 def __init__(self, name, base_dir, permissions, size, ino, extents, is_directory=False, argument
60 def is_directory(self): member in ApexImageEntry
/aosp12/build/make/tools/atree/
H A Dfs.cpp66 bool is_directory = (ent->d_type == DT_DIR); in remove_recursively() local
H A Dfiles.cpp448 bool is_directory = (ent->d_type == DT_DIR); in list_dir() local
/aosp12/build/make/tools/
H A Dfat16copy.py321 def is_directory(self): member in dentry
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp1757 bool is_directory = S_ISDIR(stat.st_mode); in pf_access() local