Home
last modified time | relevance | path

Searched refs:file_t (Results 1 – 12 of 12) sorted by relevance

/external/selinux/libsepol/tests/policies/test-deps/
Dmodule.conf5 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 };
Dmodreq-type-opt.conf4 type file_t;
15 allow type_req_t file_t : file { read write };
Dsmall-base.conf440 type file_t;
Dbase-notmetreq.conf439 type file_t;
Dbase-metreq.conf444 type file_t;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h59 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/
D15213 …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/
DPath.inc126 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/
DPath.inc97 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/
Dsmall-base.conf484 type file_t;
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf850 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/
Ddiff.c75 static struct file_t { struct