HomeSort by relevance Sort by last modified time
    Searched refs:abspath (Results 1 - 25 of 1139) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
abspath.mk 1 foo = $(abspath ./foo bar/../foo bar//..//foo / /usr)
2 bar = $(abspath .. ./. ./ /aa/.. a///)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
__init__.py 7 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
8 PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
  /external/libyuv/files/
gyp_libyuv.py 27 path = os.path.abspath(os.path.split(__file__)[0])
  /external/ltp/include/mk/
functions.mk 29 MAKE_3_80_abspath = $(shell $(top_srcdir)/scripts/abspath.sh '$(subst $(SQUOTE),\\$(SQUOTE),$(1))')
62 INSTALL_FILES += $$(abspath $$(DESTDIR)/$(3)/$(1))
64 $$(abspath $$(DESTDIR)/$(3)/$(1)): \
65 $$(abspath $$(dir $$(DESTDIR)/$(3)/$(1)))
  /external/v8/gypfiles/
gyp_v8.py 40 path = os.path.abspath(os.path.split(__file__)[0])
  /external/webrtc/webrtc/build/
gyp_webrtc.py 23 path = os.path.abspath(os.path.split(__file__)[0])
  /external/ltp/testscripts/build/
test_install_out_of_build_tree.sh 35 clean_is_sane "$srcdir" "$srcdir" "$("$abspath" "$tmp_destdir/$tmp_prefix")"
44 test_ltp "$("$abspath" "$tmp_destdir/$tmp_prefix")"
48 clean_is_sane "$srcdir" "$srcdir" "$("$abspath" "$tmp_destdir/$tmp_prefix")"
test_out_of_build_tree.sh 36 clean_is_sane "$srcdir" "$tmp_builddir" "$("$abspath" "$tmp_destdir/$tmp_prefix")"
45 test_ltp "$("$abspath" "$tmp_destdir/$tmp_prefix")"
50 clean_is_sane "$srcdir" "$tmp_builddir" "$("$abspath" "$tmp_destdir/$tmp_prefix")"
  /external/autotest/tko/
delete_job_results 3 thisdir = os.path.dirname(os.path.abspath(sys.argv[0]))
4 sys.path.insert(0, os.path.abspath(os.path.join(thisdir, '../tko')))
13 resultsdir = os.path.abspath(os.path.join(thisdir, '../results', tag))
  /external/chromium-trace/catapult/devil/bin/
run_py_devicetests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
run_py_tests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
  /external/python/cpython2/PC/VC6/
build_tkinter.py 13 def abspath(name): function
15 return os.path.abspath(os.path.join(__file__, par, par, par, par, name))
17 TCL_DIR = abspath("tcl%d.%d.%d" % (TCL_MAJOR, TCL_MINOR, TCL_PATCH))
18 TK_DIR = abspath("tk%d.%d.%d" % (TCL_MAJOR, TCL_MINOR, TCL_PATCH))
19 TIX_DIR = abspath("tix%d.%d.%d" % (TIX_MAJOR, TIX_MINOR, TIX_PATCH))
20 OUT_DIR = abspath("tcltk")
  /build/soong/scripts/
reverse_path.py 28 return os.path.abspath('.')
34 return os.path.abspath('.')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /external/autotest/client/cros/cellular/wardmodem/
common.py 8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 package_root_dir = os.path.abspath(dirname)
  /external/chromium-trace/catapult/devil/devil/utils/
__init__.py 9 return os.path.abspath(os.path.join(*path_parts))
20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)),
  /external/libmojo/third_party/catapult/devil/bin/
run_py_tests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
  /external/libmojo/third_party/catapult/devil/devil/utils/
__init__.py 9 return os.path.abspath(os.path.join(*path_parts))
20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)),
  /external/python/cpython2/Lib/test/
test_tk.py 8 this_dir = os.path.dirname(os.path.abspath(__file__))
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /external/autotest/client/bin/
harness_standalone.py 23 self.autodir = os.path.abspath(os.environ['AUTODIR'])

Completed in 922 milliseconds

1 2 3 4 5 6 7 8 91011>>