Searched refs:st_mode (Results 1 – 6 of 6) sorted by relevance
144 return ((buf.st_mode & S_IFCHR) != 0); in has_dev_urandom()
49 if ((st.st_mode & S_IFMT) != S_IFDIR) { in DirectoryExists()
593 bool st_mode; member1500 if (T(self_test).st_mode) {1735 T(self_test).st_mode,1743 if (T(self_test).st_mode) {1751 if (!T(self_test).st_mode) {1752 T(self_test).st_mode = true;1828 T(self_test).st_mode = false;1846 T(self_test).st_mode = false;
730 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in CleanPriorFiles()776 bool is_directory = (statbuf.st_mode & S_IFMT) == S_IFDIR; in CleanPriorFiles()