Searched refs:st (Results 1 – 4 of 4) sorted by relevance
71 for st in parsed_tests[container_name]:79 if dt in st:80 multiple_occurrences["DISABLED_TESTS"][st] = dt
53 struct stat st; in VerifyDlkmPartition() local54 ASSERT_EQ(0, stat(dlkm_symlink.c_str(), &st)) in VerifyDlkmPartition()56 if (!S_ISDIR(st.st_mode)) { in VerifyDlkmPartition()80 ASSERT_EQ(0, lstat(dlkm_symlink.c_str(), &st)) in VerifyDlkmPartition()82 if (!S_ISLNK(st.st_mode)) { in VerifyDlkmPartition()
560 struct stat st; in getCompilationCacheSize() local561 int err = stat(fullPath, &st); in getCompilationCacheSize()568 if (S_ISREG(st.st_mode)) { in getCompilationCacheSize()569 totalSize += st.st_size; in getCompilationCacheSize()
10 …st=/Z|[+-]\d\d(?::?\d\d)?/gi,lt=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\u…