Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c172 typedef struct file_spec { struct
176 struct file_spec *next; /* next association in hash bucket chain */
H A Dselinux_restorecon.c422 typedef struct file_spec { struct
426 struct file_spec *next; /* next association in hash bucket chain */
/third_party/python/Lib/unittest/
H A Dmock.py2840 file_spec = None variable
2893 global file_spec
2894 if file_spec is None:
2896 file_spec = list(set(dir(_io.TextIOWrapper)).union(set(dir(_io.BytesIO))))
2905 handle = MagicMock(spec=file_spec)

Completed in 6 milliseconds