Home
last modified time | relevance | path

Searched refs:fifo_file (Results 1 – 20 of 20) sorted by relevance

/third_party/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf21 class fifo_file
188 class fifo_file
Dsmall-base.conf21 class fifo_file
188 class fifo_file
/third_party/selinux/libsepol/tests/policies/test-expander/
Dalias-base.conf21 class fifo_file
188 class fifo_file
Drole-base.conf21 class fifo_file
188 class fifo_file
Duser-base.conf21 class fifo_file
188 class fifo_file
Dsmall-base.conf21 class fifo_file
188 class fifo_file
/third_party/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf21 class fifo_file
188 class fifo_file
Dbase-notmetreq.conf21 class fifo_file
187 class fifo_file
Dbase-metreq.conf21 class fifo_file
188 class fifo_file
/third_party/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf21 class fifo_file
188 class fifo_file
/third_party/boost/libs/filesystem/example/
Derror_demo.cpp66 case fs::fifo_file: in report_status()
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf13 class fifo_file
182 class fifo_file
616 mlsconstrain { dir lnk_file chr_file blk_file sock_file fifo_file } { relabelfrom }
618 mlsconstrain { dir lnk_file chr_file blk_file sock_file fifo_file } { create relabelto }
1438 allow kernel_t self:fifo_file { getattr read write append ioctl lock };
1451 allow kernel_t unlabeled_t:fifo_file { getattr read write append ioctl lock };
1495 …allow kernel_t self:fifo_file { create ioctl read getattr lock write setattr append link unlink re…
1504 allow kernel_t unlabeled_t:{ dir file lnk_file sock_file fifo_file chr_file blk_file } *;
1530 allow kernel_t domain:fifo_file { getattr read write append ioctl lock };
1541 dontaudit kernel_t domain:fifo_file { read getattr lock ioctl };
[all …]
/third_party/boost/boost/filesystem/
Dfile_status.hpp53 fifo_file, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h63 fifo_file, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h74 fifo_file, enumerator
/third_party/boost/libs/filesystem/src/
Doperations.cpp2269 return fs::file_status(fs::fifo_file, in status()
2370 return fs::file_status(fs::fifo_file, in symlink_status()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc430 Type = file_type::fifo_file;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc434 Result = file_status(file_type::fifo_file);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc678 return file_type::fifo_file;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc677 Result = file_status(file_type::fifo_file);