Home
last modified time | relevance | path

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

12345678910>>...30

/external/oss-fuzz/projects/nettle/
Dbuild.sh61 …./configure --disable-documentation --disable-openssl --prefix=`realpath ../nettle-with-libgmp-ins…
63 …--disable-documentation --disable-openssl --disable-assembler --prefix=`realpath ../nettle-with-li…
70 export LIBNETTLE_A_PATH=`realpath ../nettle-with-libgmp-install/lib/libnettle.a`
71 export LIBHOGWEED_A_PATH=`realpath ../nettle-with-libgmp-install/lib/libhogweed.a`
74 export LIBNETTLE_A_PATH=`realpath ../nettle-with-libgmp-install/lib32/libnettle.a`
75 export LIBHOGWEED_A_PATH=`realpath ../nettle-with-libgmp-install/lib32/libhogweed.a`
77 export NETTLE_INCLUDE_PATH=`realpath ../nettle-with-libgmp-install/include`
126 …./configure --enable-mini-gmp --disable-documentation --disable-openssl --prefix=`realpath ../nett…
128 …--disable-documentation --disable-openssl --disable-assembler --prefix=`realpath ../nettle-with-mi…
135 export LIBNETTLE_A_PATH=`realpath ../nettle-with-mini-gmp-install/lib/libnettle.a`
[all …]
/external/python/cpython3/Lib/test/
Dtest_ntpath.py266 self.assertPathEqual(ntpath.realpath(ABSTFN + "1"), ABSTFN)
267 self.assertPathEqual(ntpath.realpath(os.fsencode(ABSTFN + "1")),
279 self.assertPathEqual(ntpath.realpath(ABSTFN + "1"), ABSTFN)
302 self.assertPathEqual(ntpath.realpath("broken"),
304 self.assertPathEqual(ntpath.realpath(r"broken\foo"),
308 self.assertPathEqual(ntpath.realpath(r"broken1"),
310 self.assertPathEqual(ntpath.realpath(r"broken1\baz"),
312 self.assertPathEqual(ntpath.realpath("broken2"),
314 self.assertPathEqual(ntpath.realpath("broken3"),
316 self.assertPathEqual(ntpath.realpath("broken4"),
[all …]
Dtest_posixpath.py4 from posixpath import realpath, abspath, dirname, basename
324 self.assertEqual(realpath('.'), os.getcwd())
325 self.assertEqual(realpath('./.'), os.getcwd())
326 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd())
328 self.assertEqual(realpath(b'.'), os.getcwdb())
329 self.assertEqual(realpath(b'./.'), os.getcwdb())
330 self.assertEqual(realpath(b'/'.join([b'.'] * 100)), os.getcwdb())
334 self.assertEqual(realpath('..'), dirname(os.getcwd()))
335 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd())))
336 self.assertEqual(realpath('/'.join(['..'] * 100)), '/')
[all …]
/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/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py44 cls.realpath = os.path.realpath(__file__)
45 cls.path = os.path.dirname(cls.realpath)
49 del cls.realpath, cls.path
75 self.assertIn(self.realpath, filelist)
81 self.assertNotIn(self.realpath, filelist)
87 self.assertNotIn(self.realpath, filelist)
102 self.assertNotIn(self.realpath, filelist)
110 self.assertIn(self.realpath, filelist)
115 self.assertIn(self.realpath, filelist)
/external/autotest/server/cros/tradefed/
Dtradefed_utils_unittest.py12 with open(os.path.join(os.path.dirname(os.path.realpath(__file__)),
137 os.path.dirname(os.path.realpath(__file__)),
140 os.path.dirname(os.path.realpath(__file__)),
146 os.path.dirname(os.path.realpath(__file__)),
151 os.path.join(os.path.dirname(os.path.realpath(__file__)),
158 os.path.join(os.path.dirname(os.path.realpath(__file__)),
177 os.path.join(os.path.dirname(os.path.realpath(__file__)),
184 os.path.join(os.path.dirname(os.path.realpath(__file__)),
392 os.path.join(os.path.dirname(os.path.realpath(__file__)),
400 os.path.join(os.path.dirname(os.path.realpath(__file__)),
/external/oss-fuzz/projects/cryptofuzz/
Dbuild.sh68 export LIBFUZZER_JS_PATH=$(realpath .)
99 export NSS_NSPR_PATH=$(realpath $SRC/nss-nspr/)
111 export LIBMONOCYPHER_A_PATH=$(realpath lib/libmonocypher.a)
112 export MONOCYPHER_INCLUDE_PATH=$(realpath src/)
125 export TREZOR_FIRMWARE_PATH=$(realpath $SRC/trezor-firmware)
136 export LIBTOMCRYPT_INCLUDE_PATH=$(realpath src/headers/)
137 export LIBTOMCRYPT_A_PATH=$(realpath libtomcrypt.a)
157 export SYMCRYPT_INCLUDE_PATH=$(realpath ../inc/)
158 export LIBSYMCRYPT_COMMON_A_PATH=$(realpath lib/x86_64/Generic/libsymcrypt_common.a)
159 export SYMCRYPT_GENERIC_A_PATH=$(realpath lib/x86_64/Generic/symcrypt_generic.a)
[all …]
/external/toolchain-utils/android_bench_suite/
Dapply_patches.py27 os.path.dirname(os.path.realpath(__file__)), 'skia_aosp.diff')
44 os.path.dirname(os.path.realpath(__file__)), 'autotest.diff')
63 os.path.dirname(os.path.realpath(__file__)), 'panorama.diff')
85 os.path.dirname(os.path.realpath(__file__)), 'synthmark.diff')
/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/autotest/bin/
Dpython_venv31 realpath() { function
40 local create_venv=$(realpath "${p}/bin/create_venv")
58 readonly extra_imports_dir=$(realpath ../venv)
/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/linux-kselftest/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)
41 local dir=$(realpath $1)
/external/ltp/android/tools/
Dgen_android_build.sh20 TOOLS_DIR=$(realpath $(dirname $0))
21 LTP_ANDROID_DIR=$(realpath $TOOLS_DIR/..)
22 LTP_ROOT=$(realpath $LTP_ANDROID_DIR/..)
Ddump_make_dryrun.sh20 [ -z $TOOLS_DIR ] && TOOLS_DIR=$(realpath $(dirname $0))
21 [ -z $LTP_ROOT ] && LTP_ROOT=$(realpath $TOOLS_DIR/../..)
/external/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/
DTestGdbRemoteLibrariesSvr4Support.py96 os.path.realpath(name), os.path.realpath(mem_region.get("name", ""))
104 libraries_svr4_names.append(os.path.realpath(name))
106 self.assertIn(os.path.realpath(self.getBuildDir() + "/" + lib), libraries_svr4_names)
/external/skqp/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/autotest/site_utils/
Dtest_that.py304 realpath = os.path.realpath(__file__)
305 site_utils_path = os.path.realpath(site_utils_path)
310 if os.path.dirname(realpath) != site_utils_path:
342 autotest_path = os.path.realpath(os.path.join(
343 os.path.dirname(os.path.realpath(__file__)),
/external/python/setuptools/setuptools/
Dsandbox.py397 self._sandbox = os.path.normcase(os.path.realpath(sandbox))
400 os.path.normcase(os.path.realpath(path))
428 realpath = os.path.normcase(os.path.realpath(path))
430 self._exempted(realpath)
431 or realpath == self._sandbox
432 or realpath.startswith(self._prefix)
452 self._violation(operation, os.path.realpath(path), *args, **kw)
/external/libwebsockets/scripts/
Dtravis_install.sh11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
36 sudo apt-get install -y -qq realpath libjemalloc1 libev4
/external/toolchain-utils/heatmaps/
Dheat_map.py24 os.path.join(os.path.realpath(os.path.expanduser(directory)), '.repo'))
37 self.chromeos_root = os.path.realpath(os.path.expanduser(chromeos_root))
38 self.perf_data = os.path.realpath(os.path.expanduser(perf_data))
40 self.dir = os.path.dirname(os.path.realpath(__file__))
/external/skia/infra/bots/assets/skp/
Dcreate.py56 browser_executable = os.path.realpath(browser_executable)
57 chrome_src_path = os.path.realpath(chrome_src_path)
58 target_dir = os.path.realpath(target_dir)
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dtest_user_ops.sh130 OP_KERNEL_CC=$(realpath "${OP_KERNEL_CC}")
169 OP_KERNEL_CU=$(realpath "${OP_KERNEL_CU}")
175 OP_KERNEL_CC=$(realpath "${OP_KERNEL_CC}")
/external/icu/tools/
Dicuutil.py34 cldr_dir = os.path.realpath('%s/external/cldr' % android_build_top)
42 icu_dir = os.path.realpath('%s/external/icu' % android_build_top)
49 icu4c_dir = os.path.realpath('%s/icu4c/source' % icuDir())
56 icu4j_dir = os.path.realpath('%s/icu4j' % icuDir())
/external/autotest/metadata/utils/
Dfind_tests.py29 root_dir = os.path.realpath(
30 os.path.join(os.path.realpath(__file__), "../../.."))
/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__), "..", "..")))

12345678910>>...30