OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_keep
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
capabilities.cpp
95
static bool DropBoundingSet(const CapSet&
to_keep
) {
104
if (cap <
to_keep
.size() &&
to_keep
.test(cap)) {
116
static bool SetProcCaps(const CapSet&
to_keep
, bool add_setpcap) {
121
for (size_t cap = 0; cap <
to_keep
.size(); ++cap) {
122
if (
to_keep
.test(cap)) {
142
PLOG(ERROR) << "cap_set_proc(" <<
to_keep
.to_ulong() << ") failed";
181
bool SetCapsForExec(const CapSet&
to_keep
) {
184
if (!SetProcCaps(
to_keep
, add_setpcap)) {
189
if (!DropBoundingSet(
to_keep
)) {
[
all
...]
capabilities.h
48
bool SetCapsForExec(const CapSet&
to_keep
);
/external/elfutils/src/
strings.c
559
size_t
to_keep
= unprinted != NULL ? 0 : min_len_bytes;
local
561
memmove (buf, buf + nb -
to_keep
,
to_keep
);
562
ntrailer =
to_keep
;
664
size_t
to_keep
= unprinted != NULL ? 0 : min_len_bytes;
local
666
assert (read_now >=
to_keep
);
667
memmove (elfmap_base -
to_keep
,
668
remap_base + read_now -
to_keep
,
to_keep
);
684
process_chunk (fname, remap_base -
to_keep
,
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
storage.c
1732
Word
to_keep
= di->symtab[r-1].isText ? (r-1) : (r-0);
local
[
all
...]
Completed in 2028 milliseconds