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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 89 struct stat statb; local
90 fstat(fileno(fp), &statb); local
92 if (statb.st_dev == handles[i].dev &&
93 statb.st_ino == handles[i].ino) {
100 handles[nhandles].dev = statb.st_dev;
102 handles[nhandles].ino[0] = statb.st_ino[0];
103 handles[nhandles].ino[1] = statb.st_ino[1];
104 handles[nhandles].ino[2] = statb.st_ino[2];
106 handles[nhandles].ino = statb.st_ino;
  /external/python/cpython2/Python/
dynload_shlib.c 89 struct stat statb; local
90 fstat(fileno(fp), &statb); local
92 if (statb.st_dev == handles[i].dev &&
93 statb.st_ino == handles[i].ino) {
100 handles[nhandles].dev = statb.st_dev;
102 handles[nhandles].ino[0] = statb.st_ino[0];
103 handles[nhandles].ino[1] = statb.st_ino[1];
104 handles[nhandles].ino[2] = statb.st_ino[2];
106 handles[nhandles].ino = statb.st_ino;
  /external/skia/infra/bots/
test_utils.py 61 statB = os.stat(pathB)
62 test.assertEqual(statA.st_mode, statB.st_mode)
  /external/skqp/infra/bots/
test_utils.py 61 statB = os.stat(pathB)
62 test.assertEqual(statA.st_mode, statB.st_mode)
  /external/python/cpython2/Misc/
setuid-prog.c 127 struct stat statb; local
150 if (stat(FULL_PATH, &statb) < 0) {
154 if (statb.st_uid != 0 && statb.st_uid != euid) {
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.m 762 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/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/freetype/src/tools/ftrandom/
ftrandom.c 354 struct stat statb; local
379 if ( stat( buffer, &statb ) == -1 || S_ISDIR( statb.st_mode ) )
395 fontlist[fcnt].len = statb.st_size;
  /frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp 681 struct stat statB {};
683 if (fstat(b, &statB) != 0) return false;
684 return (statA.st_dev == statB.st_dev) && (statA.st_ino == statB.st_ino);
    [all...]
  /external/mksh/src/
histrap.c 315 struct stat statb; local
325 if (stat(tf->tffn, &statb) < 0)
327 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) {
329 Tfile, (unsigned long)statb.st_size);
332 n = (size_t)statb.st_size + 1;
    [all...]
exec.c 1410 struct stat statb; local
    [all...]
eval.c 1623 struct stat lstatb, statb; local
    [all...]
main.c 1408 struct stat statb; local
    [all...]
var.c 1355 struct stat statb; local
1360 stat(s, &statb) == 0 && S_ISDIR(statb.st_mode))
    [all...]
edit.c 428 struct stat statb; local
442 stat(words[0], &statb) < 0) ||
    [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 378 struct stat statb; local
379 int perf_data_stat_result = stat(encoded_file_path(dest_dir, 0).c_str(), &statb);
384 encoded.resize(statb.st_size);
387 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp);
    [all...]
  /system/extras/perfprofd/
perfprofdcore.cc 632 struct stat statb;
633 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists...
  /external/libpcap/
pcap-linux.c 2327 struct stat statb; local
2823 struct stat statb; local
    [all...]
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]
hyph-de-ch-1901.pat.txt     [all...]

Completed in 1602 milliseconds