HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 76 - 100 of 454) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/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/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))
  /prebuilts/tools/linux-x86_64/kythe/studio/
build_studio_kythe.sh 38 -name *.kindex -exec realpath {} \;)
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
host_replay.sh 27 if [ `basename $(realpath .)` != "$BASE_PROJ" ]; then
  /external/chromium-trace/catapult/tracing/bin/
run_py_tests 12 os.path.dirname(os.path.realpath(__file__)),
  /external/deqp/scripts/build/
common.py 27 DEQP_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
  /external/pdfium/build/
gyp_pdfium 14 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/skia/tools/lua/
find_ngrams_on_ct 16 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/v8/build/
gyp_helper.py 10 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
symlink.py 39 if os.path.realpath(t) == s:
  /external/v8/gypfiles/
gyp_environment.py 15 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/vixl/third_party/android/
generate_android_mk.py 35 dir_android = os.path.dirname(os.path.realpath(__file__))
  /hardware/bsp/intel/soc/edison/
soc.mk 51 TARGET_KERNEL_CONFIGS := $(realpath $(LOCAL_PATH)/soc.kconf)
  /system/extras/systrace_analysis/
analyze_trace.py 30 this_script_path = os.path.dirname(os.path.realpath(__file__))
  /toolchain/binutils/binutils-2.25/ld/
sysdep.h 60 # define REALPATH(a,b) realpath (a, b)
62 # define REALPATH(a,b) NULL
  /external/autotest/site_utils/
test_that.py 277 realpath = os.path.realpath(__file__)
278 site_utils_path = os.path.realpath(site_utils_path)
283 if os.path.dirname(realpath) != site_utils_path:
306 autotest_path = os.path.realpath(os.path.join(os.path.dirname(__file__),
  /external/chromium-trace/catapult/telemetry/telemetry/core/
memory_cache_http_server.py 67 path = os.path.realpath(self.translate_path(self.path))
179 file_path = os.path.realpath(file_path)
222 if not os.path.realpath(path).startswith(os.path.realpath(os.getcwd())):
248 self._paths_as_set = set(map(os.path.realpath, paths))
discover.py 27 start_dir = os.path.realpath(start_dir)
28 top_level_dir = os.path.realpath(top_level_dir)
  /bionic/libstdc++/include/
cstdlib 71 using ::realpath;
  /external/autotest/client/cros/
dns_server.py 57 resolv = os.path.realpath(constants.RESOLV_CONF_FILE)
100 resolv = os.path.realpath(constants.RESOLV_CONF_FILE)
  /external/autotest/client/site_tests/network_3GRebootStress/
network_3GRebootStress.py 58 usb_interface_path, _ = os.path.realpath(
61 usb_interface_path = os.path.realpath(net_device)
  /external/bison/darwin-lib/
stdlib.h 1068 # undef realpath macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1068 # undef realpath macro
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 44 self._source_path = os.path.realpath(source)
45 self._target_path = os.path.realpath(target)

Completed in 1081 milliseconds

1 2 34 5 6 7 8 91011>>