Home
last modified time | relevance | path

Searched refs:prepend_path (Results 1 – 4 of 4) 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/autotest/client/bin/
Dbase_utils.py588 def prepend_path(newpath, oldpath): function