Home
last modified time | relevance | path

Searched defs:my_stat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns05.c83 struct stat my_stat, child_stat, parent_stat; in run() local
H A Dioctl_ns06.c79 struct stat my_stat, child_stat, parent_stat; in run() local
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dimport_as_example.py24 from os import stat as my_stat unknown