Searched refs:fstat (Results 1 – 25 of 71) sorted by relevance
123
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 135 inline int fstat(int fd, struct _stat *buffer) in fstat() function
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fopen.c | 75 if (fstat(f, &st) == -1) { in fopen()
|
D | fdopen.c | 86 if (fstat(fd, &st) == -1) { in __weak_alias()
|
D | fseeko.c | 170 fp->_file < 0 || fstat(fp->_file, &st) || in __weak_alias() 186 if (fstat(fp->_file, &st)) in __weak_alias()
|
D | makebuf.c | 116 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) { in __swhatbuf()
|
D | freopen.c | 156 if (fstat(f, &st) == -1) { in freopen()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | EfiSysCall.h | 283 int fstat (int, struct stat *);
|
D | stat.h | 191 int fstat (int, struct stat *);
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/ |
D | block_device.policy | 47 fstat: 1
|
D | tpm_device.policy | 45 fstat: 1
|
D | 9p_device.policy | 50 fstat: 1
|
D | gpu_device.policy | 52 fstat: 1
|
D | xhci.policy | 74 fstat: 1
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | tpm_device.policy | 46 fstat: 1
|
D | block_device.policy | 49 fstat: 1
|
D | 9p_device.policy | 54 fstat: 1
|
D | xhci.policy | 78 fstat: 1
|
D | gpu_device.policy | 51 fstat: 1
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | opendir.c | 87 if (fstat(fd, &sb) || !S_ISDIR(sb.st_mode)) { in __opendir2()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | random.c | 222 if (fstat(urandom_cache.fd, &st) in dev_urandom_python() 268 if (fstat(fd, &st)) { in dev_urandom_python()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_shlib.c | 90 fstat(fileno(fp), &statb); in _PyImport_GetDynLoadFunc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixpath.py | 163 s1 = os.fstat(fp1) 164 s2 = os.fstat(fp2)
|
D | py_compile.py | 108 timestamp = long(os.fstat(f.fileno()).st_mtime)
|
D | SimpleHTTPServer.py | 93 fs = os.fstat(f.fileno())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | mboxconvert.py | 93 t = os.fstat(f.fileno())[stat.ST_MTIME]
|
123