OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:seclabel
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/posix/
ls.c
133
static unsigned
seclabel
(struct dirtree *dt, int pad)
function
195
len[7] = (CFG_LS_Z && (flags & FLAG_Z)) ?
seclabel
(dt, 0) : 0;
445
if (CFG_LS_Z && (flags & FLAG_Z))
seclabel
(sort[next], -(int)totals[7]);
454
} else if (CFG_LS_Z && (flags & FLAG_Z))
seclabel
(sort[next], totals[7]);
/system/core/init/
init.h
115
const char*
seclabel
;
member in struct:service
Completed in 152 milliseconds