Home
last modified time | relevance | path

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

12345678910>>...15

/external/python/cpython2/Lib/test/
Dtest_posixpath.py8 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/
Dtest_droid.py30 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)
Dtest_that.py278 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/
Dlist_ports_linux.py67 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/
Dinclude.mk41 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/
Dgen_android_build.sh18 TOOLS_DIR=$(realpath $(dirname $0))
19 LTP_ANDROID_DIR=$(realpath $TOOLS_DIR/..)
20 LTP_ROOT=$(realpath $LTP_ANDROID_DIR/..)
Ddump_make_dryrun.sh18 TOOLS_DIR=$(realpath $(dirname $0))
19 LTP_ROOT=$(realpath $TOOLS_DIR/../..)
/external/syslinux/core/fs/
Dchdir.c18 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/
Dcreate.py28 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/
Dapple-main-arg.c26 realpath(argv[0], pargv); in main()
27 realpath(apple[0], pappl); in main()
/external/v8/tools/clang/scripts/
Dtest_tool.py107 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,
Dapply_edits.py28 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/
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))
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/
Dcontainer_bucket_unittest.py39 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/
Dexp-sgcheck.supp10 glibc realpath false positive
12 fun:realpath
/external/deqp/scripts/
Dcppcheck.py136 fullDstFile = os.path.realpath(dstFile)
159 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
/external/libcxx/
Drun_tests.py26 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/
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/toolchain-utils/
Dtc_enter_chroot.py28 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/
Dtest.py11 script_dir = os.path.dirname(os.path.realpath(__file__))
44 os.path.dirname(os.path.realpath(__file__)),
/external/v8/gypfiles/
Dgyp_v843 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/
Dicuutil.py30 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/
Dupdate-prebuilts.py29 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/
Dupdate23 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/
Dtest.py11 script_dir = os.path.dirname(os.path.realpath(__file__))
58 os.path.dirname(os.path.realpath(__file__)),

12345678910>>...15