HomeSort by relevance Sort by last modified time
    Searched defs:statb (Results 1 - 13 of 13) 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/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/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/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;
  /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/mksh/src/
exec.c 1410 struct stat statb; local
    [all...]
eval.c 1623 struct stat lstatb, statb; local
    [all...]
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...]
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...]
  /external/libpcap/
pcap-linux.c 2327 struct stat statb; local
2823 struct stat statb; local
    [all...]

Completed in 408 milliseconds