OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:booted
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/misc/
VM.java
145
private static volatile boolean
booted
= false;
field in class:VM
152
public static void
booted
() {
method in class:VM
153
booted
= true;
157
return
booted
;
256
if (
booted
)
/libcore/ojluni/src/main/java/java/lang/
System.java
[
all
...]
Completed in 6464 milliseconds