Searched refs:abspath (Results 1 - 25 of 787) sorted by relevance

1234567891011>>

/external/libyuv/files/
H A Dgyp_libyuv.py27 path = os.path.abspath(os.path.split(__file__)[0])
/external/python/cpython3/Lib/test/
H A Dregrtest.py29 mydir = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0])))
32 if os.path.abspath(os.path.normpath(sys.path[i])) == mydir:
41 __file__ = os.path.abspath(__file__)
44 assert __file__ == os.path.abspath(sys.argv[0])
/external/v8/gypfiles/
H A Dgyp_v8.py40 path = os.path.abspath(os.path.split(__file__)[0])
/external/webrtc/webrtc/build/
H A Dgyp_webrtc.py23 path = os.path.abspath(os.path.split(__file__)[0])
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A D__init__.py7 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
8 PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
/external/autotest/client/bin/
H A Dharness_standalone.py23 self.autodir = os.path.abspath(os.environ['AUTODIR'])
H A Dcommon.py3 client_dir = os.path.abspath(os.path.join(dirname, ".."))
/external/ltp/include/mk/
H A Dfunctions.mk29 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/python/cpython2/Lib/test/
H A Dtest_ttk_textonly.py7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
H A Dtest_tk.py8 this_dir = os.path.dirname(os.path.abspath(__file__))
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
/external/ltp/testscripts/build/
H A Dtest_install_out_of_build_tree.sh35 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")"
H A Dtest_out_of_build_tree.sh36 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/
H A Ddelete_job_results3 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/
H A Drun_py_devicetests9 _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'))
H A Drun_py_tests9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
/external/python/cpython2/PC/VC6/
H A Dbuild_tkinter.py13 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")
/external/autotest/client/cros/cellular/wardmodem/
H A Dcommon.py8 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/common/battor/bin/
H A Drun_py_tests9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _BATTOR_PATH = os.path.abspath(os.path.join(
/external/chromium-trace/catapult/devil/devil/utils/
H A D__init__.py9 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/
H A Drun_py_tests9 _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/
H A D__init__.py9 return os.path.abspath(os.path.join(*path_parts))
20 _CATAPULT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)),
/external/llvm/bindings/python/llvm/tests/
H A Dbase.py35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
/external/autotest/client/bin/net/
H A Dcommon.py3 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
/external/autotest/client/bin/result_tools/
H A Dcommon.py3 client_dir = os.path.abspath(os.path.join(dirname, "../.."))
/external/autotest/client/common_lib/
H A Dcommon.py3 client_dir = os.path.abspath(os.path.join(dirname, ".."))

Completed in 3599 milliseconds

1234567891011>>