Home
last modified time | relevance | path

Searched refs:GetPermission (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList()
90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete()
93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable()
97 bool GetPermission(enum PermissionKinds permission) const in GetPermission() function
176 bool GetPermission(Permissions::PermissionKinds permission) const in GetPermission() function
178 return m_permissions.GetPermission(permission); in GetPermission()
/external/selinux/libselinux/fuzzers/
Dselinux_check_access_fuzzer.cpp40 std::string GetPermission(FuzzedDataProvider &fdp) { in GetPermission() function
57 std::string perm = GetPermission(fdp); in LLVMFuzzerTestOneInput()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointIDList.cpp307 if (bp_name && !bp_name->GetPermission(purpose)) in FindAndReplaceIDRanges()