HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 101 - 125 of 750) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/libiberty/
lrealpath.c 1 /* Libiberty realpath. Like realpath, but more consistent behavior.
68 /* cygwin has realpath, so it won't get here. */
79 path. Use that and realpath() to canonicalize the name. This is
81 upper bound, you want to avoid realpath() at all costs. */
85 const char *rp = realpath (filename, buf);
110 to realpath() (it could always overflow). On those systems, we
123 rp = realpath (filename, buf);
131 /* The MS Windows method. If we don't have realpath, we assume we
  /external/autotest/site_utils/
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)
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
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/skia/infra/bots/assets/skp/
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/skqp/infra/bots/assets/skp/
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/tensorflow/tensorflow/tools/ci_build/builds/
test_user_ops.sh 130 OP_KERNEL_CC=$(realpath "${OP_KERNEL_CC}")
169 OP_KERNEL_CU=$(realpath "${OP_KERNEL_CU}")
175 OP_KERNEL_CC=$(realpath "${OP_KERNEL_CC}")
  /cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py 39 card_full_path = os.path.realpath(AUDIO_CLASS_DIR + "/" + sound_dev)
  /external/autotest/client/site_tests/enterprise_RemoraRequisition/
enterprise_RemoraRequisition.py 19 os.path.dirname(os.path.realpath(__file__)), 'credentials.txt'))
  /external/autotest/client/tools/
autotest 5 autotest_conf = os.path.realpath('/etc/autotest.conf')
  /external/autotest/server/site_tests/firmware_TouchMTBSetup/
firmware_TouchMTBSetup.py 21 return os.path.realpath(test_rel_dir)
  /external/autotest/site_utils/lxc/
unittest_cleanup.py 23 host_dir = os.path.realpath(os.path.join(TEST_HOST_PATH, host_dir))
  /external/chromium-trace/catapult/common/py_utils/py_utils/
dependency_util.py 48 return os.path.realpath(os.path.join(
  /external/google-breakpad/src/build/
gyp_breakpad 35 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/googletest/googletest/scripts/
common.py 63 root = os.path.realpath(rel_path.count('/') * '../')
  /external/ltp/include/mk/
functions.mk 27 MAKE_3_80_realpath = $(shell $(top_srcdir)/scripts/realpath.sh '$(subst $(SQUOTE),\\$(SQUOTE),$(1))')
  /external/python/cpython2/Lib/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /external/python/cpython3/Lib/ctypes/test/
test_macholib.py 18 # return os.path.realpath(dyld_find(dylib))
40 return os.path.realpath(dyld_find(dylib))
  /external/syslinux/core/fs/lib/
searchconfig.c 31 if (realpath(realname, namebuf, FILENAME_MAX) == (size_t)-1)
  /external/v8/testing/gtest/scripts/
common.py 63 root = os.path.realpath(rel_path.count('/') * '../')
  /external/vixl/tools/
config.py 30 dir_tools = os.path.dirname(os.path.realpath(__file__))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posixpath.py 5 from posixpath import realpath, abspath, dirname, basename
219 self.assertEqual(realpath(ABSTFN), ABSTFN+"1")
229 self.assertEqual(realpath(ABSTFN), ABSTFN)
233 self.assertEqual(realpath(ABSTFN+"1"), ABSTFN+"1")
234 self.assertEqual(realpath(ABSTFN+"2"), ABSTFN+"2")
238 self.assertEqual(realpath(basename(ABSTFN)), ABSTFN)
247 # path passed to realpath. E.g.: current working directory is
249 # realpath("a"). This should return /usr/share/doc/a/.
257 self.assertEqual(realpath("a"), ABSTFN + "/y/a")
271 # then realpath("link-y/..") should return 'k', not 'a'.
    [all...]

Completed in 481 milliseconds

1 2 3 45 6 7 8 91011>>