/external/valgrind/none/tests/darwin/ |
D | apple-main-arg.c | 26 realpath(argv[0], pargv); in main() 27 realpath(apple[0], pappl); in main()
|
/external/skia/tools/skp/ |
D | recreate_skps.py | 40 browser_executable = os.path.realpath(browser_executable) 55 'python', os.path.join(os.path.dirname(os.path.realpath(__file__)), 70 os.path.dirname(os.path.realpath(__file__)), 'page_sets')
|
/external/valgrind/ |
D | exp-sgcheck.supp | 10 glibc realpath false positive 12 fun:realpath
|
/external/deqp/scripts/ |
D | cppcheck.py | 140 fullDstFile = os.path.realpath(dstFile) 163 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
|
/external/bison/lib/ |
D | 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/v8/build/ |
D | gyp_v8 | 40 script_dir = os.path.dirname(os.path.realpath(__file__)) 91 specified_includes.add(os.path.realpath(arg[2:])) 95 if os.path.realpath(path) not in specified_includes:
|
/external/bison/darwin-lib/ |
D | stdlib.h | 1054 # define realpath rpl_realpath 1056 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) 1058 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); 1061 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) 1064 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); 1066 _GL_CXXALIASWARN (realpath); 1068 # undef realpath 1070 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
|
/external/bison/linux-lib/ |
D | stdlib.h | 1054 # define realpath rpl_realpath 1056 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) 1058 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); 1061 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) 1064 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); 1066 _GL_CXXALIASWARN (realpath); 1068 # undef realpath 1070 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
|
/external/llvm/ |
D | Makefile.config.in | 46 # The macro below is expanded when 'realpath' is not built-in. 47 # Built-in 'realpath' is available on GNU Make 3.81. 48 realpath = $(shell cd $(1); $(PWD)) 50 PROJ_OBJ_DIR := $(call realpath, .) 51 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL)) 56 LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@) 57 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@) 62 CLANG_SRC_ROOT:= $(call realpath, $(CLANG_SRC_ROOT)) 86 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 49 source_root = os.path.realpath(cfg.test_source_root or path) 50 exec_root = os.path.realpath(cfg.test_exec_root or path) 61 item = os.path.realpath(item)
|
/external/skia/ |
D | gyp_skia | 47 specified_includes.add(os.path.realpath(arg[2:])) 51 if os.path.realpath(path) not in specified_includes:
|
/external/skia/tools/ |
D | git-sync-deps | 97 return os.path.realpath(directory) == os.path.realpath(toplevel)
|
D | fix_pythonpath.py | 14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
|
D | reformat-json.py | 35 GM_DIRECTORY = os.path.realpath(
|
D | coverage.sh | 12 GCOV=$(realpath tools/gcov_shim)
|
/external/toybox/toys/other/ |
D | realpath.c | 23 if (!realpath(*s, toybuf)) perror_msg("%s", *s); in realpath_main()
|
/external/clang/tools/scan-build/ |
D | scan-build | 440 my $JS = Cwd::realpath("$RealBin/sorttable.js"); 450 my $CSS = Cwd::realpath("$RealBin/scanview.css"); 1599 $Clang = Cwd::realpath("$RealBin/bin/clang"); 1601 $Clang = Cwd::realpath("$RealBin/clang"); 1660 my $AbsRealBin = Cwd::realpath($RealBin); 1730 my $ScanView = Cwd::realpath("$RealBin/scan-view");
|
/external/parameter-framework/tools/xmlGenerator/ |
D | domainGenerator.py | 235 install_path = os.path.dirname(os.path.realpath(args.toplevel_config)) 296 initial_settings = os.path.realpath(args.initial_settings) 307 ok, error = pfw.importSingleDomainXml(os.path.realpath(domain_file),
|
/external/elfutils/bionic-fixup/ |
D | AndroidFixup.h | 34 #define canonicalize_file_name(path) realpath(path, NULL)
|
/external/owasp/sanitizer/tools/ |
D | cut_release.py | 23 trunk_directory_path = os.path.realpath(os.path.join( 26 maven_directory_path = os.path.realpath(os.path.join(
|
/external/lldb/test/unittest2/ |
D | loader.py | 265 realpath = os.path.splitext(mod_file)[0] 267 if realpath.lower() != fullpath_noext.lower(): 268 module_dir = os.path.dirname(realpath)
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 229 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument 231 return REAL(realpath)(path, resolved_path); in INTERCEPTOR() 326 INTERCEPT_FUNCTION(realpath); in InitializeInterceptors()
|
/external/zlib/ |
D | update_zlib.sh | 9 base_dir=$(realpath $(dirname $0))
|
/external/pdfium/build/ |
D | gyp_pdfium | 14 script_dir = os.path.dirname(os.path.realpath(__file__))
|
/external/google-breakpad/src/build/ |
D | gyp_breakpad | 35 script_dir = os.path.dirname(os.path.realpath(__file__))
|