Home
last modified time | relevance | path

Searched refs:file_spec (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libselinux/src/
Dmatchpathcon.c172 typedef struct file_spec { struct
176 struct file_spec *next; /* next association in hash bucket chain */ argument
Dselinux_restorecon.c422 typedef struct file_spec { struct
426 struct file_spec *next; /* next association in hash bucket chain */ argument
/third_party/python/Lib/unittest/
Dmock.py2805 file_spec = None variable
2857 global file_spec
2858 if file_spec is None:
2860 file_spec = list(set(dir(_io.TextIOWrapper)).union(set(dir(_io.BytesIO))))
2865 handle = MagicMock(spec=file_spec)