Home
last modified time | relevance | path

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

1234567

/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
Dfinder.py36 self.top_directory = filesystem.realpath(top_directory)
60 realpath = self.filesystem.realpath(self.filesystem.join(self.top_directory, path))
61 if realpath.startswith(self.top_directory + self.filesystem.sep):
62 return realpath.replace(self.top_directory + self.filesystem.sep, '')
118 realpath = self.filesystem.realpath(arg)
119 if self.filesystem.exists(realpath):
120 names = self._find_in_trees(realpath, suffixes)
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Ddispatch.py81 path = os.path.realpath(path)
206 if not os.path.realpath(scan_dir).startswith(
207 os.path.realpath(root_dir)):
371 scan_realpath = os.path.realpath(scan_dir)
372 root_realpath = os.path.realpath(root_dir)
375 (not os.path.realpath(path).startswith(root_realpath))):
/external/valgrind/main/none/tests/darwin/
Dapple-main-arg.c26 realpath(argv[0], pargv); in main()
27 realpath(apple[0], pappl); in main()
/external/valgrind/main/
Dexp-sgcheck.supp10 glibc realpath false positive
12 fun:realpath
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dcheck-blink-deps45 root_dir = os.path.realpath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
49 …check_deps = os.path.realpath(os.path.join(root_dir, os.pardir, os.pardir, 'tools', 'checkdeps', '…
/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/chromium_org/tools/telemetry/telemetry/core/
Dmemory_cache_http_server.py43 path = os.path.realpath(self.translate_path(self.path))
153 file_path = os.path.realpath(file_path)
195 if not os.path.realpath(path).startswith(os.path.realpath(os.getcwd())):
Dextension_to_load.py39 return crx_id.GetCRXAppID(os.path.realpath(self._path))
43 os.path.realpath(self._local_path),
/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/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/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/skia/
Dgyp_skia39 specified_includes.add(os.path.realpath(arg[2:]))
43 if os.path.realpath(path) not in specified_includes:
/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/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/clang/tools/scan-build/
Dscan-build413 my $JS = Cwd::realpath("$RealBin/sorttable.js");
423 my $CSS = Cwd::realpath("$RealBin/scanview.css");
1541 $Clang = Cwd::realpath("$RealBin/bin/clang");
1543 $Clang = Cwd::realpath("$RealBin/clang");
1566 $Clang = Cwd::realpath($AnalyzerDiscoveryMethod);
1602 my $AbsRealBin = Cwd::realpath($RealBin);
1666 my $ScanView = Cwd::realpath("$RealBin/scan-view");
/external/chromium_org/native_client_sdk/src/tools/
Dgetos.py115 return os.path.realpath(chrome_path)
121 return os.path.realpath(chrome_path)
126 return os.path.realpath(chrome_path)
Dcommon.mk148 NACL_SDK_ROOT ?= $(realpath $(dir $(THIS_MAKEFILE))/..)
166 LOCAL_ROOT := $(realpath $(dir $(THIS_MAKEFILE))/..)
168 ifneq ($(realpath $(NACL_SDK_ROOT)), $(realpath $(LOCAL_ROOT)))
/external/chromium_org/tools/cr/
Dcr.sh14 source $(dirname $(realpath "${BASH_SOURCE:-$0}"))/cr-bash-helpers.sh
/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_org/v8/build/
Dgyp_v895 specified_includes.add(os.path.realpath(arg[2:]))
99 if os.path.realpath(path) not in specified_includes:
/external/chromium_org/tools/clang/scripts/
Dtest_tool.py40 tools_clang_scripts_directory = os.path.dirname(os.path.realpath(__file__))
54 os.path.realpath(os.path.join(tools_clang_directory, '../..')))
/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)

1234567