Home
last modified time | relevance | path

Searched refs:lib_path (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dyoctotestresultsquerytests.py14 lib_path = basepath + '/scripts/lib' variable
15 sys.path = sys.path + [lib_path]
H A Dresulttooltests.py10 lib_path = basepath + '/scripts/lib' variable
11 sys.path = sys.path + [lib_path]
H A Dgitarchivetests.py10 lib_path = basepath + '/scripts/lib' variable
11 sys.path = sys.path + [lib_path]
/openbmc/openbmc/poky/scripts/
H A Doe-debuginfod11 lib_path = scripts_path + "/lib" variable
12 sys.path.insert(0, lib_path)
H A Doe-selftest23 lib_path = scripts_path + '/lib' variable
24 sys.path = sys.path + [lib_path]
H A Dresulttool39 lib_path = script_path + '/lib' variable
40 sys.path = sys.path + [lib_path]
H A Doe-test16 lib_path = scripts_path + '/lib' variable
17 sys.path = sys.path + [lib_path]
H A Doe-check-sstate19 lib_path = scripts_path + '/lib' variable
20 sys.path = sys.path + [lib_path]
H A Drecipetool17 lib_path = scripts_path + '/lib' variable
18 sys.path = sys.path + [lib_path]
H A Dbuildhistory-diff87 lib_path = scripts_path + '/lib'
88 sys.path = sys.path + [lib_path]
H A Dverify-bashisms86 lib_path = scripts_path + '/lib'
87 sys.path = sys.path + [lib_path]
H A Doe-publish-sdk21 lib_path = scripts_path + '/lib' variable
22 sys.path = sys.path + [lib_path]
H A Dbblock16 lib_path = scripts_path + "/lib" variable
17 sys.path = sys.path + [lib_path]
H A Dyocto-check-layer20 lib_path = scripts_path + '/lib' variable
21 sys.path = sys.path + [lib_path]
H A Dinstall-buildtools49 lib_path = scripts_path + '/lib' variable
50 sys.path = sys.path + [lib_path]
H A Dtest-remote-image27 lib_path = scripts_path + '/lib' variable
28 sys.path = sys.path + [lib_path]
H A Doe-pkgdata-browser11 lib_path = scripts_path + '/lib' variable
12 sys.path = sys.path + [lib_path]
/openbmc/openbmc/poky/scripts/contrib/
H A Dverify-homepage.py19 lib_path = scripts_path + '/lib' variable
20 sys.path = sys.path + [lib_path]
H A Dbbvars.py16 lib_path = scripts_path + '/lib' variable
17 sys.path.insert(0, lib_path)
H A Dlist-packageconfig-flags.py18 lib_path = os.path.abspath(scripts_path + '/../lib') variable
19 sys.path = sys.path + [lib_path]
/openbmc/openbmc-test-automation/bin/
H A Dgenerate_inventory12 lib_path = sys.path[0] + "/../lib" variable
13 sys.path.insert(0, lib_path)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drecipetool17 lib_path = scripts_path + '/lib' variable
18 sys.path = sys.path + [lib_path]
H A Ddevtool24 lib_path = scripts_path + '/lib'
25 sys.path = sys.path + [lib_path]
26 lib_path = scripts_path + '/lib' global() variable
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Allow-specifying-path-to-7z-library-in-tests.patch44 + static const tstring lib_path = BIT7Z_STRING( BIT7Z_TESTS_7Z_LIBRARY_PATH );
47 static const tstring lib_path = BIT7Z_STRING( "C:\\Program Files\\7-Zip\\7z.dll" );
/openbmc/qemu/python/scripts/
H A Dmkvenv.py264 return context.lib_path
268 lib_path = sysconfig.get_path(
271 assert lib_path is not None
272 return lib_path

12