Home
last modified time | relevance | path

Searched refs:prepend_path (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/tests/sysbench/
Dsysbench.py36 ld_path = utils.prepend_path(plib,
38 ld_path = utils.prepend_path(mlib, ld_path)
/external/autotest/client/tests/aio_dio_bugs/
Daio_dio_bugs.py35 ld_path = utils.prepend_path(libs,
/external/autotest/client/tests/aiostress/
Daiostress.py32 ld_path = utils.prepend_path(libs,
/external/python/cpython2/Tools/msi/
Dmsi.py854 global ext_feature, private_crt, prepend_path, pip_feature
886 prepend_path = Feature(db, "PrependPath", "Add python.exe to Path",
1237 (prepend_path.id, "REGISTRY.path"),
/external/kmod/testsuite/
Dtestsuite.c1052 static int prepend_path(const char *extra) in prepend_path() function
1104 if (prepend_path(t->path) < 0) { in test_run()
/external/autotest/client/bin/
Dutils.py617 def prepend_path(newpath, oldpath): function