/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
binfmts.h | 15 #include <linux/capability.h>
|
mm.h | 17 #include <linux/capability.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
binfmts.h | 15 #include <linux/capability.h>
|
mm.h | 17 #include <linux/capability.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
binfmts.h | 15 #include <linux/capability.h>
|
mm.h | 17 #include <linux/capability.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
binfmts.h | 15 #include <linux/capability.h>
|
mm.h | 17 #include <linux/capability.h>
|
/external/chromium_org/remoting/base/ |
capabilities.h | 14 // Returns true if |capabilities| contain capability |key|.
|
/external/kernel-headers/original/asm-arm/ |
irq.h | 16 * capability
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
package.html | 5 addition as this is an operation that is commonly required by all SIP clients; it is hence a good capability
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
collate.js | 14 * used determine if a destination has the collate capability. 50 * @return {Object} Collate capability of the selected destination.
|
/external/chromium_org/media/video/capture/win/ |
capability_list_win.h | 41 void Add(const VideoCaptureCapabilityWin& capability); 44 // matching capability. The algorithm prioritizes height, width, frame rate
|
video_capture_device_win.cc | 352 // Get the camera capability that best match the requested resolution. 361 // than the capability. 375 // Get the windows capability from the capture device. 521 VideoCaptureCapabilityWin capability(i); 524 capability.supported_format.frame_size.SetSize(h->bmiHeader.biWidth, 533 SIZE size = {capability.supported_format.frame_size.width(), 534 capability.supported_format.frame_size.height()}; 552 capability.supported_format.frame_rate = 558 // best capability matching class works on rational frame rates. 559 capability.frame_rate_numerator = capability.supported_format.frame_rate [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_mcsn.h | 37 unsigned short play; /* Replay capability */ 38 unsigned short record; /* Record capability */
|
/external/sepolicy/ |
installd.te | 8 allow installd self:capability { chown dac_override fowner fsetid setgid setuid }; 21 dontaudit installd self:capability sys_admin;
|
/external/chromium_org/sandbox/win/src/ |
app_container_test.cc | 76 const wchar_t capability[] = L"S-1-15-3-12345678-87654321"; local 77 base::win::ScopedHandle handle(CreateTaggedEvent(L"test", capability)); 83 EXPECT_EQ(SBOX_ALL_OK, runner.GetPolicy()->SetCapability(capability)); 100 const wchar_t capability[] = L"S-1-15-3-12345678-87654321"; local 101 base::win::ScopedHandle handle(CreateTaggedEvent(L"test", capability));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
capability.h | 2 * This is <linux/capability.h> 26 a set of three capability sets. The transposition of 3*the 148 * Transfer any capability in your permitted set to any pid, 149 * remove any capability in your permitted set from any pid 151 * Add any capability from current's capability bounding set 153 * Allow taking bits out of capability bounding set 318 to implement capability based overrides of that policy, this is 319 the capability it should use to do so. */ 326 to implement capability based checks on modifications to tha [all...] |
/bionic/libc/kernel/common/linux/ |
binfmts.h | 21 #include <linux/capability.h>
|
mm.h | 24 #include <linux/capability.h>
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_get_caps_fd.3 | 11 This function will read the file based capabilities stored in extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.26 and later. If the "magic" bit is set, then all effect capability bits are set. Otherwise the bits are cleared.
|
capng_lock.3 | 11 capng_lock will take steps to prevent children of the current process to regain full privileges if the uid is 0. This should be called while possessing the CAP_SETPCAP capability in the kernel. This function will do the following if permitted by the kernel: Set the NOROOT option on for PR_SET_SECUREBITS, set the NOROOT_LOCKED option to on for PR_SET_SECUREBITS, set the PR_NO_SETUID_FIXUP option on for PR_SET_SECUREBITS, and set the PR_NO_SETUID_FIXUP_LOCKED option on for PR_SET_SECUREBITS.
|
capng_name_to_capability.3 | 3 capng_name_to_capability \- convert capability text to integer
|
capng_print_caps_text.3 | 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
|
/external/libcap-ng/libcap-ng-0.7/src/ |
lookup_table.c | 25 #include <linux/capability.h> 107 const char *capng_capability_to_name(unsigned int capability) 109 if (!cap_valid(capability)) 113 CAP_NG_CAPABILITY_NAMES, capability);
|