HomeSort by relevance Sort by last modified time
    Searched defs:statb (Results 1 - 10 of 10) sorted by null

  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 198 struct stat statb; local
210 if (fstat(fd, &statb) != 0)
213 size = statb.st_size;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c 334 struct stat statb; local
359 if ( stat( buffer, &statb ) == -1 || S_ISDIR( statb.st_mode ) )
375 fontlist[fcnt].len = statb.st_size;
  /system/extras/perfprofd/tests/
perfprofd_test.cc 221 struct stat statb; local
222 int perf_data_stat_result = stat(encoded_file_path(0).c_str(), &statb);
227 encoded.resize(statb.st_size);
230 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp);
  /external/mksh/src/
exec.c 1369 struct stat statb; local
    [all...]
eval.c 1520 struct stat lstatb, statb; local
    [all...]
histrap.c 331 struct stat statb; local
342 if (stat(tf->tffn, &statb) < 0)
344 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) {
346 "file", (unsigned long)statb.st_size);
349 n = (size_t)statb.st_size + 1;
    [all...]
main.c 1340 struct stat statb; local
1342 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ?
    [all...]
var.c 1289 struct stat statb; local
1294 stat(s, &statb) == 0 && S_ISDIR(statb.st_mode))
    [all...]
edit.c 407 struct stat statb; local
421 stat(words[0], &statb) < 0) ||
    [all...]
  /external/libpcap/
pcap-linux.c 2174 struct stat statb; local
2655 struct stat statb; local
    [all...]

Completed in 505 milliseconds