OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JVM_EEXIST
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/native/
UnixFileSystem_md.c
257
fd =
JVM_EEXIST
; /* The root directory always exists */
262
if (fd !=
JVM_EEXIST
) {
jvm.h
[
all
...]
/art/runtime/openjdkjvm/
OpenjdkJvm.cc
74
* want the special return value
JVM_EEXIST
if the file open fails
81
return
JVM_EEXIST
;
Completed in 639 milliseconds