/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);
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLContextTest.java | 51 SSLContext oldContext = SSLContext.getDefault(); 52 assertNotNull(oldContext); 55 assertNotSame(oldContext, newContext);
|
/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);
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecICU.cpp | 277 const void* oldContext; 281 &oldContext, &err); 283 ASSERT(!strcmp(static_cast<const char*>(oldContext), UCNV_SUB_STOP_ON_ILLEGAL));
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
main.m | 199 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain]; 221 [NSGraphicsContext setCurrentContext:oldContext];
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
main.m | 212 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain]; 267 [NSGraphicsContext setCurrentContext:oldContext];
|
/external/icu4c/common/unicode/ |
ucnv_err.h | 36 * const void *oldContext; 46 * &oldContext, 62 * const void *oldContext; 72 * &oldContext,
|
ucnv.h | [all...] |
ubidi.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv_err.h | 36 * const void *oldContext; 46 * &oldContext, 62 * const void *oldContext; 72 * &oldContext,
|
ucnv.h | 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL. [all...] |