Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 112) sorted by relevance

12345

/external/libvpx/libvpx/examples/includes/geshi/contrib/
Dcssgen.php190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>';
211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>';
230 <br />geshi.php: <input type=\"text\" name=\"geshi-path\" value=\"" . realpath('../geshi.php') . "\…
239 <br />language files directory: <input type=\"text\" name=\"geshi-lang-path\" value=\"" . realpath(…
254 … name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-p…
321 … name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-p…
/external/webkit/LayoutTests/http/tests/resources/
DportabilityLayer.php13 return realpath($_ENV['TMP']);
15 return realpath($_ENV['TMPDIR']);
17 return realpath( $_ENV['TEMP']);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Ddispatch.py81 path = os.path.realpath(path)
206 if not os.path.realpath(scan_dir).startswith(
207 os.path.realpath(root_dir)):
365 scan_realpath = os.path.realpath(scan_dir)
366 root_realpath = os.path.realpath(root_dir)
369 (not os.path.realpath(path).startswith(root_realpath))):
/external/webkit/Tools/DumpRenderTree/android/
Dview_source.php27 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..');
44 $src = realpath(getAbsolutePath($_GET['src']));
Dget_layout_tests_dir_contents.php30 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..');
99 $relPath = substr(realpath(getAbsolutePath($path)), strlen($rootDir) + 1);
/external/valgrind/main/none/tests/darwin/
Dapple-main-arg.c26 realpath(argv[0], pargv); in main()
27 realpath(apple[0], pappl); in main()
/external/chromium/chrome/common/extensions/docs/build/
Ddirectory.py230 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/valgrind/main/
Dexp-sgcheck.supp10 glibc realpath false positive
12 fun:realpath
/external/bison/lib/
Dstdlib.in.h732 # 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/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_dispatch.py70 os_root = os.path.realpath('/')
130 (os.path.realpath(os.path.join(
133 (os.path.realpath(os.path.join(
136 (os.path.realpath(os.path.join(
139 (os.path.realpath(os.path.join(
/external/webkit/Source/WebKit/chromium/
Dgyp_webkit55 specified_includes.add(os.path.realpath(arg[2:]))
59 if os.path.realpath(path) not in specified_includes:
/external/oprofile/pp/
Doparchive_options.cpp70 string realpath = op_realpath(outdirectory); in check_options() local
71 if (realpath == "/") { in check_options()
/external/llvm/
DMakefile.config.in42 # The macro below is expanded when 'realpath' is not built-in.
43 # Built-in 'realpath' is available on GNU Make 3.81.
44 realpath = $(shell cd $(1); $(PWD))
46 PROJ_OBJ_DIR := $(call realpath, .)
47 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL))
52 LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@)
53 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@)
58 CLANG_SRC_ROOT:= $(call realpath, $(CLANG_SRC_ROOT))
82 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
/external/bison/darwin-lib/
Dstdlib.h1054 # 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/
Dstdlib.h1054 # 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/skia/
Dgyp_skia39 specified_includes.add(os.path.realpath(arg[2:]))
43 if os.path.realpath(path) not in specified_includes:
/external/clang/tools/scan-build/
Dscan-build403 my $JS = Cwd::realpath("$RealBin/sorttable.js");
413 my $CSS = Cwd::realpath("$RealBin/scanview.css");
1517 $Clang = Cwd::realpath("$RealBin/bin/clang");
1519 $Clang = Cwd::realpath("$RealBin/clang");
1542 $Clang = Cwd::realpath($AnalyzerDiscoveryMethod);
1570 my $AbsRealBin = Cwd::realpath($RealBin);
1634 my $ScanView = Cwd::realpath("$RealBin/scan-view");
/external/llvm/utils/lit/lit/
Ddiscovery.py46 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/llvm/projects/sample/
DMakefile.llvm.config.in36 # The macro below is expanded when 'realpath' is not built-in.
37 # Built-in 'realpath' is available on GNU Make 3.81.
38 realpath = $(shell cd $(1); $(PWD))
40 PROJ_OBJ_DIR := $(call realpath, .)
41 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL))
58 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
/external/chromium/build/
Dgyp_chromium80 specified_includes.add(os.path.realpath(arg[2:]))
84 if os.path.realpath(path) not in specified_includes:
/external/v8/build/
Dgyp_v888 specified_includes.add(os.path.realpath(arg[2:]))
92 if os.path.realpath(path) not in specified_includes:
/external/webkit/Source/WebKit2/win/
Dbuild-generated-files.sh29 export WebKit2=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
/external/webkit/Tools/WebKitTestRunner/win/
Dbuild-generated-files.sh31 export WebKitTestRunner=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
/external/compiler-rt/lib/ubsan/lit_tests/
Dlit.cfg37 if (os.path.realpath(ubsan_test_src_root) !=
38 os.path.realpath(config.test_source_root)):
/external/webkit/Source/WebCore/WebCore.vcproj/
Dmigrate-scripts.sh39 XSRCROOT=`realpath "$XSRCROOT"`

12345