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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.hpp214 static bool get_canonical_path(char* orig, char* out, int len);
H A DclassLoader.cpp478 if (!get_canonical_path(path, canonical_path, JVM_MAXPATHLEN)) {
531 if (get_canonical_path(orig_path, canonical_path, JVM_MAXPATHLEN)) {
1070 bool ClassLoader::get_canonical_path(char* orig, char* out, int len) { function in class:ClassLoader

Completed in 233 milliseconds