Home
last modified time | relevance | path

Searched refs:searchString (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Ddata.py26 def export2json(d, json_file, expand=True, searchString="",replaceString=""): argument
46 data2export[key] = d.getVar(key, expand).replace(searchString,replaceString)
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_patch.py60 if patchtest_patterns.inappropriate.searchString(line):
76 elif patchtest_patterns.submitted.searchString(line):
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp552 std::string searchString; in getLDAPConfigData() local
558 searchString = "openldap"; in getLDAPConfigData()
564 searchString = "active_directory"; in getLDAPConfigData()
582 if (object.first.str.find(searchString) == in getLDAPConfigData()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass454 searchString = "%s/"%(d.getVar("TOPDIR")).replace("//","/")
455 export2json(d, testdata_name, searchString=searchString, replaceString="")