/external/python/cpython2/Lib/test/ |
D | test_posixpath.py | 8 from posixpath import realpath, abspath, dirname, basename 305 self.assertEqual(realpath('.'), os.getcwd()) 306 self.assertEqual(realpath('./.'), os.getcwd()) 307 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd()) 311 self.assertEqual(realpath('..'), dirname(os.getcwd())) 312 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd()))) 313 self.assertEqual(realpath('/'.join(['..'] * 100)), '/') 320 self.assertEqual(realpath(ABSTFN), ABSTFN+"1") 329 self.assertEqual(realpath(ABSTFN), ABSTFN) 333 self.assertEqual(realpath(ABSTFN+"1"), ABSTFN+"1") [all …]
|
/external/autotest/site_utils/ |
D | test_droid.py | 30 os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 111 os.path.realpath(__file__))) 113 realpath = os.path.realpath(__file__) 114 site_utils_path = os.path.realpath(site_utils_path)
|
D | test_that.py | 278 realpath = os.path.realpath(__file__) 279 site_utils_path = os.path.realpath(site_utils_path) 284 if os.path.dirname(realpath) != site_utils_path: 308 autotest_path = os.path.realpath(os.path.join(os.path.dirname(__file__),
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_linux.py | 67 bus, dev = os.path.basename(os.path.realpath(sysfs_path)).split('-') 80 base = os.path.basename(os.path.realpath(sysfs_path)) 107 sys_usb = os.path.dirname(os.path.dirname(os.path.realpath(sys_dev_path))) 117 product_name_file = os.path.dirname(os.path.realpath(sys_dev_path)) + "/product" 134 sys_usb = os.path.dirname(os.path.dirname(os.path.realpath(sys_dev_path)))
|
/external/flatbuffers/android/jni/ |
D | include.mk | 41 realpath-portable = $(join $(filter %:,$(subst :,: ,$1)),\ 42 $(realpath $(filter-out %:,$(subst :,: ,$1)))) 57 $(call realpath-portable,$(dir $(lastword $(MAKEFILE_LIST)))/../..) 81 $(call realpath-portable,$(LOCAL_PATH)/../../../../../../prebuilts/cmake) 186 realpath-portable,$(LOCAL_PATH)/$1))
|
/external/ltp/android/tools/ |
D | gen_android_build.sh | 18 TOOLS_DIR=$(realpath $(dirname $0)) 19 LTP_ANDROID_DIR=$(realpath $TOOLS_DIR/..) 20 LTP_ROOT=$(realpath $LTP_ANDROID_DIR/..)
|
D | dump_make_dryrun.sh | 18 TOOLS_DIR=$(realpath $(dirname $0)) 19 LTP_ROOT=$(realpath $TOOLS_DIR/../..)
|
/external/syslinux/core/fs/ |
D | chdir.c | 18 realpath(dst, src, FILENAME_MAX); in pm_realpath() 58 __export size_t realpath(char *dst, const char *src, size_t bufsize) in realpath() function 66 if (this_fs->fs_ops->realpath) { in realpath() 67 s = this_fs->fs_ops->realpath(this_fs, dst, src, bufsize); in realpath()
|
/external/skia/infra/bots/assets/skp/ |
D | create.py | 28 browser_executable = os.path.realpath(browser_executable) 29 chrome_src_path = os.path.realpath(chrome_src_path) 30 target_dir = os.path.realpath(target_dir)
|
/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/v8/tools/clang/scripts/ |
D | test_tool.py | 107 tools_clang_scripts_directory = os.path.dirname(os.path.realpath(__file__)) 121 os.path.realpath(os.path.join(tools_clang_directory, '../..'))) 125 os.path.realpath(os.path.join(tools_clang_directory, 129 os.path.realpath(os.path.join(tools_clang_directory,
|
D | apply_edits.py | 28 script_dir = os.path.dirname(os.path.realpath(__file__)) 54 return [os.path.realpath(p) for p in output.splitlines()] 76 resolved_path = os.path.realpath(os.path.join(build_directory, path)) 217 if os.path.realpath(k) in filenames})
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.config.in | 42 # 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)) 50 LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@) 51 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@) 53 PROJ_SRC_DIR := $(call realpath, $(LLVM_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)… 73 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
|
/external/autotest/site_utils/lxc/ |
D | container_bucket_unittest.py | 39 self.shared_host_path = os.path.realpath(os.path.join(self.tmpdir, 54 self.assertEqual(os.path.realpath(bucket.shared_host_path), 83 self.shared_host_path = os.path.realpath(os.path.join(self.tmpdir,
|
/external/valgrind/ |
D | exp-sgcheck.supp | 10 glibc realpath false positive 12 fun:realpath
|
/external/deqp/scripts/ |
D | cppcheck.py | 136 fullDstFile = os.path.realpath(dstFile) 159 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
|
/external/libcxx/ |
D | run_tests.py | 26 THIS_DIR = os.path.dirname(os.path.realpath(__file__)) 27 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..')) 131 real_path = os.path.realpath(arg)
|
/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/toolchain-utils/ |
D | tc_enter_chroot.py | 28 self.external_dir = os.path.realpath(external_dir) 29 self.mount_dir = os.path.realpath(mount_dir) 163 version_dir = os.path.realpath(os.path.expanduser(os.path.dirname(__file__))) 290 if os.path.realpath(real_from_file) != os.path.realpath(link_name):
|
/external/v8/tools/clang/plugins/tests/ |
D | test.py | 11 script_dir = os.path.dirname(os.path.realpath(__file__)) 44 os.path.dirname(os.path.realpath(__file__)),
|
/external/v8/gypfiles/ |
D | gyp_v8 | 43 script_dir = os.path.dirname(os.path.realpath(__file__)) 85 specified_includes.add(os.path.realpath(arg[2:])) 89 if os.path.realpath(path) not in specified_includes:
|
/external/icu/tools/ |
D | icuutil.py | 30 icu_dir = os.path.realpath('%s/external/icu' % android_build_top) 37 icu4c_dir = os.path.realpath('%s/icu4c/source' % icuDir()) 44 icu4j_dir = os.path.realpath('%s/icu4j' % icuDir())
|
/external/clang/ |
D | update-prebuilts.py | 29 THIS_DIR = os.path.realpath(os.path.dirname(__name__)) 30 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..')) 175 download_dir = os.path.realpath('.download')
|
/external/chromium-trace/catapult/dependency_manager/bin/ |
D | update | 23 parser.add_argument('--config', required=True, type=os.path.realpath, 27 parser.add_argument('--path', required=True, type=os.path.realpath,
|
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/ |
D | test.py | 11 script_dir = os.path.dirname(os.path.realpath(__file__)) 58 os.path.dirname(os.path.realpath(__file__)),
|