Home
last modified time | relevance | path

Searched refs:HasStatMode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h149 return HasStatMode(path, _S_IFDIR); in IsDirectory()
154 return HasStatMode(path, _S_IFREG); in IsRegularFile()
199 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h179 return HasStatMode(path, S_IFDIR); in IsDirectory()
184 return HasStatMode(path, S_IFREG); in IsRegularFile()
227 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode() function