Searched refs:is_directory (Results 1 – 3 of 3) sorted by relevance
86 if (std::filesystem::is_directory(dir, ec)) { in searchForSysfsDir()
187 if (!std::filesystem::exists(path) || !std::filesystem::is_directory(path)) { in open()
2158 bool is_directory = S_ISDIR(stat.st_mode); in pf_access() local2159 if (is_directory) { in pf_access()