OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootClassPath
(Results
1 - 12
of
12
) sorted by null
/dalvik/vm/
Init.h
40
int dvmPrepForDexOpt(const char*
bootClassPath
, DexOptimizerMode dexOptMode,
JarFile.cpp
94
/* Always treat elements of the
bootclasspath
as up-to-date.
98
if (dvmClassPathContains(gDvm.
bootClassPath
, fileName)) {
Globals.h
173
ClassPathEntry*
bootClassPath
;
Init.cpp
93
dvmFprintf(stderr, " -Xbootclasspath:
bootclasspath
\n");
702
/* set
bootclasspath
*/
706
dvmFprintf(stderr, "Missing
bootclasspath
path list\n");
717
dvmFprintf(stderr, "Missing appending
bootclasspath
path list\n");
723
dvmFprintf(stderr, "Can't append to
bootclasspath
path list\n");
734
dvmFprintf(stderr, "Missing prepending
bootclasspath
path list\n");
740
dvmFprintf(stderr, "Can't prepend to
bootclasspath
path list\n");
[
all
...]
/dalvik/dexopt/
OptMain.cpp
28
* class path is in
BOOTCLASSPATH
, etc).
33
* There are some fragile aspects around
bootclasspath
entries, owing
35
* instead of strictly doing what it was told. If optimizing
bootclasspath
58
const char* debugFileName, bool isBootstrap, const char*
bootClassPath
,
176
if (dvmPrepForDexOpt(
bootClassPath
, dexOptMode, verifyMode,
215
const char* bcp = getenv("
BOOTCLASSPATH
");
217
LOGE("DexOptZ:
BOOTCLASSPATH
not set");
230
* The scenario would be a
bootclasspath
with something like
238
LOGV("DexOptZ: found '%s' in
bootclasspath
, cutting off at %d",
244
LOGD("DexOptZ: truncated
BOOTCLASSPATH
to '%s'", bcp)
[
all
...]
/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java
58
public native String
bootClassPath
();