MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / stat

Class stat

components/lwp/lwp_syscall.c:830–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828 * @see sys_open(), sys_close(), stat(), fstat()
829 */
830sysret_t sys_fstat(int file, struct stat *buf)
831{
832#ifdef ARCH_MM_MMU
833 int ret = -1;

Callers 2

sys_statFunction · 0.70
sys_lstatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected