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

/libcore/ojluni/src/main/java/java/io/
H A DUnixFileSystem.java147 return canonicalize0(path);
170 res = canonicalize0(path);
191 private native String canonicalize0(String path) throws IOException; method in class:UnixFileSystem
/libcore/ojluni/src/main/native/
H A DUnixFileSystem_md.c470 NATIVE_METHOD(UnixFileSystem, canonicalize0, "(Ljava/lang/String;)Ljava/lang/String;"),

Completed in 47 milliseconds