HomeSort by relevance Sort by last modified time
    Searched refs:protections (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/native/
FileChannelImpl.c 85 int protections = 0; local
89 protections = PROT_READ;
92 protections = PROT_WRITE | PROT_READ;
95 protections = PROT_WRITE | PROT_READ;
102 protections, /* File permissions */
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 33 * [C-0-7] MUST implement kernel stack buffer overflow protections
35 * [C-0-8] MUST implement strict kernel memory protections where executable
  /external/autotest/cli/
host.py 40 protections = host_protections.Protection.names variable in class:host
355 for p in self.protections)),
356 choices=self.protections)

Completed in 87 milliseconds