Searched refs:file_t (Results 1 – 12 of 12) sorted by relevance
/external/selinux/libsepol/tests/policies/test-deps/ |
D | module.conf | 5 type system_t, sysadm_t, file_t; 15 allow system_t file_t : file { read write }; 19 allow sysadm_t file_t : file { read write };
|
D | modreq-type-opt.conf | 4 type file_t; 15 allow type_req_t file_t : file { read write };
|
D | small-base.conf | 440 type file_t;
|
D | base-notmetreq.conf | 439 type file_t;
|
D | base-metreq.conf | 444 type file_t;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 59 using file_t = void *; variable 61 using file_t = int; 64 extern const file_t kInvalidFile; 899 Expected<file_t> openNativeFile(const Twine &Name, CreationDisposition Disp, 938 inline Expected<file_t> openNativeFileForWrite(const Twine &Name, 980 inline Expected<file_t> openNativeFileForReadWrite(const Twine &Name, 1017 Expected<file_t> 1026 void closeFile(file_t &F);
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 152 | 13 …unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=file per…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 126 const file_t kInvalidFile = INVALID_HANDLE_VALUE; 1058 file_t &ResultFile, DWORD Disp, 1090 Expected<file_t> openNativeFile(const Twine &Name, CreationDisposition Disp, 1104 file_t Result; 1134 Expected<file_t> Result = openNativeFile(Name, Disp, Access, Flags); 1143 file_t File; 1161 Expected<file_t> openNativeFileForRead(const Twine &Name, OpenFlags Flags, 1163 Expected<file_t> Result = 1173 void closeFile(file_t &F) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 97 const file_t kInvalidFile = -1; 836 Expected<file_t> openNativeFileForRead(const Twine &Name, OpenFlags Flags, 838 file_t ResultFD; 845 void closeFile(file_t &F) {
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | small-base.conf | 484 type file_t;
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 850 type file_t, file_type, mountpoint; 1253 allow file_t fs_t:filesystem associate; 1254 allow file_t noxattrfs:filesystem associate; 1255 allow kernel_t file_t:dir mounton; 1656 sid file system_u:object_r:file_t:s0
|
/external/toybox/toys/pending/ |
D | diff.c | 75 static struct file_t { struct
|