OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldcontext
(Results
1 - 4
of
4
) 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/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pbuffer.c
188
CGLContextObj
oldcontext
;
local
191
oldcontext
= apple_cgl.get_current_context();
193
if (!
oldcontext
) {
244
apple_cgl.set_current_context(
oldcontext
);
/external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c
188
CGLContextObj
oldcontext
;
local
191
oldcontext
= apple_cgl.get_current_context();
193
if (!
oldcontext
) {
244
apple_cgl.set_current_context(
oldcontext
);
/external/libselinux/src/
android.c
655
char*
oldcontext
= NULL;
local
671
if (lgetfilecon(pathname, &
oldcontext
) < 0)
677
if (strcmp(newcontext, "<<none>>") && strcmp(
oldcontext
, newcontext))
683
if (
oldcontext
)
684
freecon(
oldcontext
);
Completed in 59 milliseconds