HomeSort by relevance Sort by last modified time
    Searched defs:realpath (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/native/
realpath.cpp 39 * This differs from realpath(3) mainly in its behavior when a path element does not exist or can
40 * not be searched. realpath(3) treats that as an error and gives up, but we have Java-compatible
43 * can resolve (as in "/tmp/does-not-exist/../blah.txt" which would be an error for realpath(3)
48 bool realpath(const char* path, std::string& resolved) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdlib.h 29 char *__restrict __resolved), realpath) __wur;
34 __warnattr ("second argument of realpath must be either NULL or at "
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib.h 29 char *__restrict __resolved), realpath) __wur;
34 __warnattr ("second argument of realpath must be either NULL or at "
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib.h 29 char *__restrict __resolved), realpath) __wur;
34 __warnattr ("second argument of realpath must be either NULL or at "
38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
  /bionic/libc/bionic/
realpath.c 30 static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94";
33 __FBSDID("$FreeBSD: release/9.0.0/lib/libc/stdlib/realpath.c 217144 2011-01-08 11:04:30Z kib $");
49 realpath(const char * __restrict path, char * __restrict resolved) function
  /external/openssh/openbsd-compat/
realpath.c 1 /* $OpenBSD: realpath.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
30 /* OPENBSD ORIGINAL: lib/libc/stdlib/realpath.c */
45 * char *realpath(const char *path, char resolved[PATH_MAX]);
52 realpath(const char *path, char resolved[PATH_MAX]) function
  /external/oprofile/pp/
oparchive_options.cpp 70 string realpath = op_realpath(outdirectory); local
71 if (realpath == "/") {
  /libcore/luni/src/main/java/java/io/
File.java 414 return realpath(getAbsolutePath());
421 private static native String realpath(String path); method in class:File
    [all...]
  /external/qemu/
qemu-common.h 108 static inline char *realpath(const char *path, char *resolved_path) function
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 360 milliseconds