Home
last modified time | relevance | path

Searched refs:statb (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc198 struct stat statb; in read_lfile() local
210 if (fstat(fd, &statb) != 0) in read_lfile()
213 size = statb.st_size; in read_lfile()
/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.m762 struct stat statb;
763 int retval = stat(path, &statb);
765 if (statb.st_mode & S_IFDIR) return true;
770 struct stat statb;
771 int retval = stat(path, &statb);
773 if (!(statb.st_mode & S_IFREG)) return false;
774 if (statb.st_mode & S_IXUSR) return true;
779 struct stat statb;
780 int retval = stat(binary, &statb);
787 if (stata.st_mtimespec.tv_sec > statb.st_mtimespec.tv_sec) return true;
[all …]
/external/mksh/src/
Dhistrap.c315 struct stat statb; in c_fc() local
325 if (stat(tf->tffn, &statb) < 0) in c_fc()
327 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) { in c_fc()
329 Tfile, (unsigned long)statb.st_size); in c_fc()
332 n = (size_t)statb.st_size + 1; in c_fc()
Dexec.c1348 struct stat statb; in iosetup() local
1376 if (stat(cp, &statb)) { in iosetup()
1379 } else if (S_ISREG(statb.st_mode)) { in iosetup()
1441 if (fstat(u, &statb) || S_ISREG(statb.st_mode)) { in iosetup()
Deval.c1566 stat(Xstring(*xs, xp), &statb) < 0 ? -1 : 1)) in globit()
1567 struct stat lstatb, statb; in globit() local
1581 stat_check() < 0 || !S_ISDIR(statb.st_mode))) in globit()
1592 S_ISDIR(statb.st_mode)))) { in globit()
Dmain.c1360 struct stat statb; in can_seek() local
1362 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ? in can_seek()
Dvar.c1320 struct stat statb; in setspec() local
1325 stat(s, &statb) == 0 && S_ISDIR(statb.st_mode)) in setspec()
Dedit.c423 struct stat statb; in x_file_glob() local
437 stat(words[0], &statb) < 0) || in x_file_glob()
/external/libpcap/
Dpcap-linux.c2174 struct stat statb; local
2237 if (lstat(subsystem_path, &statb) != 0) {
2655 struct stat statb; local
2670 if (stat(pathstr, &statb) == 0) {
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt17014 2statb
Dhyph-de-1996.pat.txt16740 2statb
Dhyph-de-ch-1901.pat.txt16801 2statb
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dmany-section.s49295 .section statb