Home
last modified time | relevance | path

Searched defs:perms (Results 1 – 25 of 46) sorted by relevance

12

/third_party/boost/boost/log/utility/
Dpermissions.hpp112 permissions(native_type perms) BOOST_NOEXCEPT : m_perms(perms) in permissions()
117 …permissions(boost::winapi::_SECURITY_ATTRIBUTES* perms) BOOST_NOEXCEPT : m_perms(reinterpret_cast<… in permissions()
150 void set_native(native_type perms) BOOST_NOEXCEPT in set_native()
196 native_type perms = m_perms; in swap() local
/third_party/boost/libs/log/src/
Dpermissions.cpp64 BOOST_LOG_API permissions::permissions(boost::interprocess::permissions const& perms) BOOST_NOEXCEP… in permissions()
83 BOOST_LOG_API permissions::permissions(boost::interprocess::permissions const& perms) BOOST_NOEXCEP… in permissions()
/third_party/selinux/libselinux/src/
Davc.c49 access_vector_t perms; member
913 access_vector_t perms, in avc_add_callback()
946 access_vector_t perms) in avc_update_node()
973 access_vector_t perms) in avc_update_cache()
1011 access_vector_t perms, in avc_control()
1070 security_class_t tclass, access_vector_t perms, in avc_ss_grant()
1092 access_vector_t perms, uint32_t seqno, in avc_ss_try_revoke()
1111 security_class_t tclass, access_vector_t perms, in avc_ss_revoke()
1146 security_class_t tclass, access_vector_t perms, in avc_ss_set_auditallow()
1167 security_class_t tclass, access_vector_t perms, in avc_ss_set_auditdeny()
Dmapping.c23 access_vector_t perms[sizeof(access_vector_t) * 8]; member
Dstringrep.c25 char **perms; member
/third_party/boost/libs/log/src/windows/
Dmapped_shared_memory.cpp61 void mapped_shared_memory::create(const wchar_t* name, std::size_t size, permissions const& perms) in create()
93 …pped_shared_memory::create_or_open(const wchar_t* name, std::size_t size, permissions const& perms) in create_or_open()
Dipc_sync_wrappers.cpp56 void interprocess_event::create(const wchar_t* name, bool manual_reset, permissions const& perms) in create()
84 …nterprocess_event::create_or_open(const wchar_t* name, bool manual_reset, permissions const& perms) in create_or_open()
135 void interprocess_semaphore::create_or_open(const wchar_t* name, permissions const& perms) in create_or_open()
Dipc_reliable_message_queue.cpp627 …e, uint32_t capacity, size_type block_size, overflow_policy oflow_policy, permissions const& perms) in create()
643 …e, uint32_t capacity, size_type block_size, overflow_policy oflow_policy, permissions const& perms) in open_or_create()
659 …essage_queue::open(object_name const& name, overflow_policy oflow_policy, permissions const& perms) in open()
Dipc_sync_wrappers.hpp284 void create(const wchar_t* name, shared_state* shared, permissions const& perms = permissions()) in create()
484 void init(const wchar_t* name, shared_state* shared, permissions const& perms = permissions()) in init()
/third_party/ltp/testcases/cve/
Dcve-2016-10044.c33 char perms[8], line[BUFSIZ]; in run() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dlistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100() local
Dllistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in llistxattr_0100() local
Dlgetxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100() local
/third_party/boost/boost/log/utility/ipc/
Dreliable_message_queue.hpp169 permissions const& perms = permissions() in reliable_message_queue()
198 permissions const& perms = permissions() in reliable_message_queue()
223 permissions const& perms = permissions() in reliable_message_queue()
/third_party/boost/libs/hana/test/_include/auto/
Dsort.hpp63 auto perms = hana::transform( in __anoncf86683f0102() local
/third_party/selinux/libsepol/src/
Dassertion.c41 const class_perm_node_t *curperm, uint32_t perms) in report_failure()
143 const class_perm_node_t *curperm, uint32_t perms, in report_assertion_extended_permissions()
216 uint32_t perms; in report_assertion_avtab_matches() local
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c143 mode_t perms; member
200 sp_writer_create (const char *path, size_t size, mode_t perms) in sp_writer_create()
274 sp_open_shm (char *path, int id, mode_t perms, size_t size) in sp_open_shm()
459 sp_writer_setperms_shm (ShmPipe * self, mode_t perms) in sp_writer_setperms_shm()
Dgstshmsink.h53 guint perms; member
/third_party/selinux/libselinux/include/selinux/
Dselinux.h389 const char *perms[sizeof(access_vector_t) * 8 + 1]; member
/third_party/glib/gobject/tests/
Dparam.c490 const gchar *perms[] = { NULL, "r", "w", "rw", in G_DEFINE_INTERFACE() local
682 const gchar *perms[] = { NULL, "r", "w", "rw", in G_DEFINE_TYPE_WITH_CODE() local
/third_party/ntfs-3g/libntfs-3g/
Dacls.c969 int perms; in ntfs_valid_posix() local
1614 u16 perms; in build_user_denials() local
1775 u16 perms; in build_user_grants() local
1858 u16 perms; in build_group_denials_grant() local
2113 u16 perms; in buildacls_posix() local
3049 mode_t perms; in norm_std_permissions_posix() local
3372 mode_t perms; in norm_ownadmin_permissions_posix() local
/third_party/selinux/libsepol/include/sepol/policydb/
Davtab.h80 uint32_t perms[8]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp161 if (auto perms = sys::fs::getPermissions(entry.VPath)) { in copyFiles() local
/third_party/boost/boost/filesystem/
Dfile_status.hpp66 enum perms enum
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp678 …e, uint32_t capacity, size_type block_size, overflow_policy oflow_policy, permissions const& perms) in create()
698 …e, uint32_t capacity, size_type block_size, overflow_policy oflow_policy, permissions const& perms) in open_or_create()

12