Searched refs:realpath (Results 1 – 14 of 14) sorted by relevance
205 if (realpath(original, resolved)) { in canonicalize()231 r = realpath(path, resolved); in canonicalize()
914 if (realpath(path, resolved) == NULL) { in Java_sun_nio_fs_UnixNativeDispatcher_realpath0()
62 byte[] rp = UnixNativeDispatcher.realpath(file()); in findMountEntry()
254 static byte[] realpath(UnixPath path) throws UnixException { in realpath() method in UnixNativeDispatcher
834 byte[] rp = realpath(absolute); in toRealPath()
316 @Override public String realpath(String path) throws ErrnoException { in realpath() method in BlockGuardOs319 return super.realpath(path); in realpath()
179 public String realpath(String path) throws ErrnoException { return os.realpath(path); } in realpath() method in ForwardingOs
152 public String realpath(String path) throws ErrnoException; in realpath() method
193 public native String realpath(String path) throws ErrnoException; in realpath() method in Linux
483 …public static String realpath(String path) throws ErrnoException { return Libcore.os.realpath(path… in realpath() method in Os
25 …method @libcore.api.CorePlatformApi @libcore.api.IntraCoreApi public static String realpath(String…
1022 String canonicalTmpDir = Os.realpath(tmpDir.getAbsolutePath()); in test_realpath()1026 Os.realpath(canonicalTmpDir + "/./../" + tmpDir.getName())); in test_realpath()1036 Os.realpath(canonicalTmpDir + "/link")); in test_realpath()
2102 std::unique_ptr<char, c_deleter> real_path(realpath(path.c_str(), nullptr)); in Linux_realpath()2673 NATIVE_METHOD(Linux, realpath, "(Ljava/lang/String;)Ljava/lang/String;"),
53 method public static String realpath(String) throws android.system.ErrnoException;