Searched defs:O_BINARY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp38 #ifndef O_BINARY // if defined (Win32) use binary files.
39 #define O_BINARY 0 // otherwise do nothing. macro
161 int fd = open(_full_path, O_RDONLY | O_BINARY, 0);
190 int fd = open(_full_path, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0444);

Completed in 30 milliseconds