Home
last modified time | relevance | path

Searched refs:SYS_stat (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/stat/
Dfstatat.c84 #ifdef SYS_stat in fstatat_kstat()
85 ret = __syscall(SYS_stat, buf, &kst); in fstatat_kstat()
96 #ifdef SYS_stat in fstatat_kstat()
98 ret = __syscall(SYS_stat, path, &kst); in fstatat_kstat()
/third_party/musl/src/internal/
Dsyscall.h134 #undef SYS_stat
135 #define SYS_stat SYS_stat64 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h134 #undef SYS_stat
135 #define SYS_stat SYS_stat64 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h134 #undef SYS_stat
135 #define SYS_stat SYS_stat64 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h500 #define SYS_stat 106 macro