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 83 int protections = 0; local
87 protections = PROT_READ;
90 protections = PROT_WRITE | PROT_READ;
93 protections = PROT_WRITE | PROT_READ;
100 protections, /* File permissions */
  /external/autotest/cli/
host.py 36 protections = host_protections.Protection.names variable in class:host
342 for p in self.protections)),
343 choices=self.protections)
441 for p in self.protections)),
442 choices=self.protections)
  /ndk/build/core/
build-binary.mk 183 # Toolchain by default provides relro and GOT protections.
184 # If LOCAL_DISABLE_RELRO is true, we disable the protections.
204 # If LOCAL_DISABLE_FORMAT_STRING_CHECKS is true, we disable the protections.

Completed in 1102 milliseconds