Searched refs:_full_path (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp160 _full_path = Arguments::GetSharedArchivePath();
161 int fd = open(_full_path, O_RDONLY | O_BINARY, 0);
182 _full_path = Arguments::GetSharedArchivePath();
185 tty->print_cr(" %s", _full_path);
189 remove(_full_path);
190 int fd = open(_full_path, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0444);
192 fail_stop("Unable to create shared archive file %s.", _full_path);
251 remove(_full_path);
334 char *base = os::remap_memory(_fd, _full_path, si->_file_offset,
382 char *base = os::map_memory(_fd, _full_path, s
[all...]
H A Dfilemap.hpp90 const char* _full_path; member in class:FileMapInfo

Completed in 31 milliseconds