HomeSort by relevance Sort by last modified time
    Searched refs:statbuf (Results 126 - 150 of 150) sorted by null

1 2 3 4 56

  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 655 struct stat64 statbuf; local
657 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino)
752 struct stat64 statbuf; local
760 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) {
764 top_ino = statbuf.st_ino;
782 rval = stat64(".", &statbuf);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
mmo.c 508 struct stat statbuf; local
513 if (bfd_stat (abfd, &statbuf) < 0
520 if ((statbuf.st_size % 4) != 0
525 if (bfd_seek (abfd, (file_ptr) statbuf.st_size - 4, SEEK_SET) != 0
1985 struct stat statbuf; local
    [all...]
archive.c 2523 struct stat statbuf; local
    [all...]
som.c 6562 struct stat statbuf; local
    [all...]
ecoff.c 3049 struct stat statbuf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 132 struct stat statbuf; local
133 return stat(path, &statbuf) == 0 && S_ISDIR(statbuf.st_mode);
1809 struct stat statbuf; local
    [all...]
  /external/dnsmasq/src/
option.c 2485 struct stat statbuf; local
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 603 struct stat statbuf; local
604 if (stat(filename, &statbuf) < 0)
606 return S_ISDIR(statbuf.st_mode);
640 struct stat statbuf; local
641 if (stat(filename, &statbuf) < 0)
643 return S_ISREG(statbuf.st_mode);
    [all...]
  /external/python/cpython2/Python/
import.c 132 struct stat statbuf; local
133 return stat(path, &statbuf) == 0 && S_ISDIR(statbuf.st_mode);
1827 struct stat statbuf; local
    [all...]
  /external/curl/src/
tool_getparam.c 2088 struct_stat statbuf; local
    [all...]
  /external/python/cpython3/Modules/
zipimport.c 100 struct stat statbuf; local
103 rv = _Py_stat(filename, &statbuf);
108 if (!S_ISREG(statbuf.st_mode))
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 738 struct _stat statbuf; local
739 if(0 == _fstat(fh, &statbuf)) {
740 char *script = alloca(statbuf.st_size + 5);
741 int n = read(fh, script, statbuf.st_size);
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 778 struct _stat statbuf; local
779 if(0 == _fstat(fh, &statbuf)) {
780 char *script = alloca(statbuf.st_size + 5);
781 int n = read(fh, script, statbuf.st_size);
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 1771 struct stat statbuf; local
    [all...]
  /external/curl/lib/
mime.c 200 struct_stat statbuf; local
203 result = stat(file, &statbuf);
205 switch(statbuf.st_fab_rfm) {
    [all...]
  /external/curl/tests/server/
sws.c 2175 struct stat statbuf; local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 378 struct stat statbuf; local
433 r = stat(SYSFS_DEVICE_PATH, &statbuf);
434 if (r != 0 || !S_ISDIR(statbuf.st_mode)) {
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 380 struct stat statbuf; local
481 if (stat(auto_dir, &statbuf) == -1) {
492 if (!(statbuf.st_mode & S_IFDIR)) {
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 3690 struct stat statbuf; local
3938 struct stat statbuf; local
    [all...]
readelf.c 16870 struct stat statbuf; local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1429 struct stat statbuf; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 825 struct vg_stat statbuf; local
869 statres = VG_(stat)(filename, &statbuf);
873 vg_assert(sr_isError(statres) || ! VKI_S_ISLNK(statbuf.mode));
890 if (! VKI_S_ISREG(statbuf.mode))
893 /* no uses of statbuf below here. */
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
output.cc 5198 struct stat statbuf; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 31414 struct stat statbuf; local
32035 struct stat statbuf; \/* Low-level file information *\/ local
35700 struct stat statbuf; \/* Low-level file information *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 31414 struct stat statbuf; local
32035 struct stat statbuf; \/* Low-level file information *\/ local
35700 struct stat statbuf; \/* Low-level file information *\/ local
    [all...]

Completed in 915 milliseconds

1 2 3 4 56