HomeSort by relevance Sort by last modified time
    Searched full:realpath (Results 51 - 75 of 462) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/lit/
discovery.py 46 source_root = os.path.realpath(cfg.test_source_root or path)
47 exec_root = os.path.realpath(cfg.test_exec_root or path)
58 item = os.path.realpath(item)
  /external/bison/lib/
stdlib.in.h 732 # define realpath rpl_realpath
734 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
736 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
739 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
742 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
744 _GL_CXXALIASWARN (realpath);
746 # undef realpath
748 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 76 #define canonicalize_file_name(path) realpath(path, NULL)
  /external/openssh/openbsd-compat/
Makefile.in 19 OPENBSD=base64.o basename.o bindresvport.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sha2.o sigact.o strlcat.o strlcpy.o strmode.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o timingsafe_bcmp.o vis.o
  /external/webkit/Source/WebCore/WebCore.vcproj/
migrate-scripts.sh 39 XSRCROOT=`realpath "$XSRCROOT"`
build-generated-files.sh 32 XSRCROOT=`realpath "$XSRCROOT"`
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 30 static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94";
51 realpath(const char * __restrict path, char * __restrict resolved) function
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 230 output_path = os.path.realpath(path)
382 real_manifest_path = os.path.realpath(self._manifest_path)
383 real_base_path = os.path.realpath(self._base_dir)
430 sample_path = os.path.realpath(os.path.dirname(self._manifest_path))
561 base_path = os.path.realpath(os.path.dirname(self._manifest_path))
570 fullpath = os.path.realpath(os.path.join(root, file_name))
629 sample_path = os.path.realpath(os.path.dirname(self._manifest_path))
668 abspath = os.path.realpath(os.path.join(root, file))
  /external/clang/test/Unit/
lit.cfg 67 if os.path.realpath(clang_src_root) != os.path.realpath(this_src_root):
  /external/compiler-rt/lib/asan/lit_tests/
lit.cfg 37 if (os.path.realpath(asan_test_src_root) !=
38 os.path.realpath(config.test_source_root)):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 190 // realpath() file argument must exists.
194 // POSIX namespaces ignored by realpath(3)
  /external/skia/
gyp_skia 39 specified_includes.add(os.path.realpath(arg[2:]))
43 if os.path.realpath(path) not in specified_includes:
  /external/srec/portable/include/
PFileSystemImpl.h 78 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 55 specified_includes.add(os.path.realpath(arg[2:]))
59 if os.path.realpath(path) not in specified_includes:
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 30 use Cwd qw(abs_path realpath);
36 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
  /external/bison/darwin-lib/
stdlib.h 1068 # undef realpath macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1068 # undef realpath macro
    [all...]
  /external/oprofile/daemon/
oprofiled.c 290 if (!realpath(name, elt->name)) {
425 if (realpath(vmlinux, tmp))
453 if (realpath(xenimage, tmp))
  /bionic/libstdc++/include/
cstdlib 74 using ::realpath;
  /external/bison/m4/
stdlib_h.m4 24 posix_openpt ptsname ptsname_r random random_r realpath rpmatch
  /external/oprofile/libutil++/
file_manip.cpp 103 if (!realpath(name.c_str(), tmp))
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 73 using ::realpath;
  /ndk/sources/cxx-stl/system/include/
cstdlib 73 using ::realpath;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 70 using ::realpath;

Completed in 588 milliseconds

1 23 4 5 6 7 8 91011>>