OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldcontext
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
restorecon.c
25
char *
oldcontext
, *newcontext;
local
27
if (lgetfilecon(pathname, &
oldcontext
) < 0) {
38
strcmp(
oldcontext
, newcontext)) {
40
printf("Relabeling %s from %s to %s.\n", pathname,
oldcontext
, newcontext);
49
freecon(
oldcontext
);
/external/libselinux/src/
android.c
661
char *
oldcontext
, *newcontext;
local
663
if (lgetfilecon(pathname, &
oldcontext
) < 0)
669
if (strcmp(newcontext, "<<none>>") && strcmp(
oldcontext
, newcontext))
675
if (
oldcontext
)
676
freecon(
oldcontext
);
Completed in 40 milliseconds