HomeSort by relevance Sort by last modified time
    Searched defs:bcp (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 52 * private static int trampoline(String dexFiles, String bcp)
63 const char* bcp; local
118 bcp = env->GetStringUTFChars(bcpStr, NULL);
120 if (bcp == NULL || dexFiles == NULL) {
121 LOGE("Bad values for bcp=%p dexFiles=%p\n", bcp, dexFiles);
137 bcpArg = (char*) malloc(strlen(bcp) + strlen(kBcpArgName) +1);
139 strcat(bcpArg, bcp);
192 env->ReleaseStringUTFChars(bcpStr, bcp);
  /dalvik/dexopt/
OptMain.c 244 const char* bcp = getenv("BOOTCLASSPATH"); local
245 if (bcp == NULL) {
251 const char* match = strstr(bcp, inputFileName);
264 int matchOffset = match - bcp;
265 if (matchOffset > 0 && bcp[matchOffset-1] == ':')
269 bcpCopy = strdup(bcp);
272 bcp = bcpCopy;
273 LOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'\n", bcp);
278 isBootstrap, bcp, dexoptFlagStr);
  /bionic/libc/netbsd/resolv/
res_debug.c 865 u_char *bcp; local
957 bcp = binary;
958 *bcp++ = (u_int8_t) 0; /* version byte */
959 *bcp++ = siz;
960 *bcp++ = hp;
961 *bcp++ = vp;
962 PUTLONG(latit,bcp);
963 PUTLONG(longit,bcp);
964 PUTLONG(alt,bcp);
  /prebuilt/common/jython/
jython.jar 

Completed in 346 milliseconds