Home
last modified time | relevance | path

Searched refs:prepend_path (Results 1 – 7 of 7) 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/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1053 string prepend_path; in PrintDebugLogs() local
1055 "TF_AUTO_MIXED_PRECISION_GRAPH_REWRITE_LOG_PATH", "", &prepend_path)); in PrintDebugLogs()
1056 if (prepend_path.empty()) return Status::OK(); in PrintDebugLogs()
1062 io::JoinPath(prepend_path, strings::StrCat("graphdef", suffix, ".pb")); in PrintDebugLogs()
1070 fname = io::JoinPath(prepend_path, in PrintDebugLogs()
1079 fname = io::JoinPath(prepend_path, in PrintDebugLogs()
/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.py571 def prepend_path(newpath, oldpath): function