/external/libselinux/src/ |
getenforce.c | 14 int fd, ret, enforce = 0; local 23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt); 34 if (sscanf(buf, "%d", &enforce) != 1) 37 return enforce;
|
/external/selinux/libselinux/src/ |
getenforce.c | 14 int fd, ret, enforce = 0; local 23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt); 34 if (sscanf(buf, "%d", &enforce) != 1) 37 return enforce;
|
selinuxswig.i | 14 %apply int *OUTPUT { int *enforce };
|
load_policy.c | 312 int selinux_init_load_policy(int *enforce) 362 *enforce = secmdline; 364 *enforce = seconfig; 366 *enforce = 0; /* unspecified or disabled */ 398 *enforce = 0; 427 *enforce = 0; 438 if (orig_enforce != *enforce) { 439 rc = security_setenforce(*enforce); 441 fprintf(stderr, "SELinux: Unable to switch to %s mode: %s\n", (*enforce ? "enforcing" : "permissive"), strerror(errno)); 442 if (*enforce) [all...] |
selinux_config.c | 86 int selinux_getenforcemode(int *enforce) 103 *enforce = 1; 110 *enforce = 0; 117 *enforce = -1;
|
/external/boringssl/src/ssl/test/ |
async_bio.h | 42 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
|
async_bio.cc | 182 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce) { 187 a->enforce_write_quota = enforce;
|
/external/selinux/policycoreutils/load_policy/ |
load_policy.c | 28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; local 75 ret = selinux_init_load_policy(&enforce); 77 if (enforce > 0) {
|
/external/llvm/test/MC/AsmParser/ |
undefined-local-symbol.s | 3 # NOTE: apple-darwin portion of the triple is to enforce the convention choice
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
std_vector.i | 220 std.exception.enforce(!empty); 225 std.exception.enforce(!empty); 230 std.exception.enforce(!empty); 236 std.exception.enforce(i < _b && _b <= _outer.length); 241 std.exception.enforce(_outer && _a + i < _b && _b <= _outer.length); 255 std.exception.enforce(a <= b && b <= length); 264 std.exception.enforce(!empty); 269 std.exception.enforce(!empty); 274 std.exception.enforce(!empty); 279 std.exception.enforce(!empty) [all...] |
/external/dbus/test/name-test/ |
tmp-session-like-system.conf | 73 having the bus enforce a limit is nicer than a huge memory leak. But the
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 287 * the *enforce argument accordingly for the caller to use, sets the 295 * Otherwise, the function returns -1, and init must check *enforce to 296 * determine how to proceed. If enforcing (*enforce > 0), then init should 299 extern int selinux_init_load_policy(int *enforce); 325 /* Get the enforce flag value. */ 328 /* Set the enforce flag value. */ 496 extern int selinux_getenforcemode(int *enforce);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.h | [all...] |
/ndk/build/core/ |
default-build-commands.mk | 36 # These flags are used to enforce the NX (no execute) security feature in the
|
definitions-utils.mk | 162 # reaches the top of the directory tree, and we want to enforce this to
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
decimal.go | 45 // TODO(gri) Along the same lines, enforce some limit to shift magnitudes
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
decimal.go | 42 // TODO(gri) Along the same lines, enforce some limit to shift magnitudes
|
/prebuilts/go/darwin-x86/src/math/big/ |
decimal.go | 42 // TODO(gri) Along the same lines, enforce some limit to shift magnitudes
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
decimal.go | 45 // TODO(gri) Along the same lines, enforce some limit to shift magnitudes
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
decimal.go | 42 // TODO(gri) Along the same lines, enforce some limit to shift magnitudes
|
/prebuilts/go/linux-x86/src/math/big/ |
decimal.go | 42 // TODO(gri) Along the same lines, enforce some limit to shift magnitudes
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
descriptor.h | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/ |
string.js | 118 // include it in the regexp to enforce consistent cross-browser behavior. 133 // include it in the regexp to enforce consistent cross-browser behavior. 275 // include it in the regexp to enforce consistent cross-browser behavior. 288 // include it in the regexp to enforce consistent cross-browser behavior. 301 // include it in the regexp to enforce consistent cross-browser behavior. [all...] |
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 1581 private void enforce( method in class:ContextImpl 1598 enforce(permission, method 1607 enforce(permission, method 1617 enforce(permission, method [all...] |