Home
last modified time | relevance | path

Searched refs:GetFileMode (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DFileSystem.cpp36 return S_ISREG(GetFileMode(path)); in IsFileExists()
41 return S_ISDIR(GetFileMode(path)); in IsDirectoryExists()
94 unsigned short FileSystem::GetFileMode(std::string path) in GetFileMode() function in FileSystem
H A DFileSystem.h39 static unsigned short GetFileMode(std::string path);

Completed in 1 milliseconds