/external/oprofile/pp/ |
oparchive_options.cpp | 70 string realpath = op_realpath(outdirectory); local 71 if (realpath == "/") {
|
/external/srec/portable/src/ |
PANSIFileSystem.c | 26 ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath) 28 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath, realPath);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN)) 77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN)) 77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
|
/external/chromium_org/build/ |
gyp_helper.py | 10 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
prettify.rb | 7 $LOAD_PATH << Pathname.new(__FILE__).dirname.realpath.to_s
|
/external/chromium_org/third_party/libaddressinput/chromium/tools/ |
update-strings.py | 25 script_dir = os.path.dirname(os.path.realpath(__file__))
|
/external/chromium_org/third_party/libyuv/ |
download_vs_toolchain.py | 20 checkout_root = os.path.dirname(os.path.realpath(__file__))
|
/external/chromium_org/third_party/skia/tools/ |
coverage.sh | 12 GCOV=$(realpath tools/gcov_shim)
|
/external/chromium_org/tools/telemetry/third_party/pyserial/ |
linux-product_info.patch | 13 + product_name_file = os.path.dirname(os.path.realpath(sys_dev_path)) + "/product"
|
/external/compiler-rt/cmake/Modules/ |
CompilerRTCompile.cmake | 10 get_filename_component(source_rpath ${source} REALPATH)
|
/external/deqp/scripts/build/ |
common.py | 7 SRC_BASE_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", "..")))
|
/external/elfutils/0.153/bionic-fixup/ |
AndroidFixup.h | 48 #define canonicalize_file_name(path) realpath(path, NULL)
|
/external/skia/tools/ |
coverage.sh | 12 GCOV=$(realpath tools/gcov_shim)
|
/frameworks/compile/mclinker/lib/Support/ |
Android.mk | 15 RealPath.cpp \
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
dispatch.py | 81 path = os.path.realpath(path) 206 if not os.path.realpath(scan_dir).startswith( 207 os.path.realpath(root_dir)): 359 # comparing realpath of them. 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-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_dispatch.py | 67 # Python built by MSC inserts a drive name like 'C:\' via realpath(). 68 # Converter Generator expands provided path using realpath() and uses 70 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
dispatch.py | 81 path = os.path.realpath(path) 206 if not os.path.realpath(scan_dir).startswith( 207 os.path.realpath(root_dir)): 365 # comparing realpath of them. 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/llvm/ |
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/chromium_org/mojo/tools/pylib/ |
transitive_hash.py | 10 from os.path import basename, realpath namespace 55 current_filename = realpath(to_hash.pop())
|
/external/deqp/scripts/ |
cppcheck.py | 120 fullDstFile = os.path.realpath(dstFile) 143 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
AppDataDirGuesserTest.java | 61 String realPath = "/system/framework/android.test.runner.jar:" + 64 guessCacheDirFor(realPath)
|
/external/littlemock/tests/com/google/testing/littlemock/ |
AppDataDirGuesserTest.java | 62 String realPath = "/system/framework/android.test.runner.jar:" + 65 guessCacheDirFor(realPath)
|
/external/llvm/test/Unit/ |
lit.cfg | 76 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
|
/external/srec/portable/include/ |
PANSIFileSystemImpl.h | 41 * [virtualPath, realPath] mapping. 66 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
|