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

/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.hpp95 return m_filepath;
100 assert(m_filepath, "already out of memory");
101 return (m_filepath && !strcmp(filepath, m_filepath));
141 const char* m_filepath; member in class:ElfFile

Completed in 45 milliseconds