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 parse_upstream_status.inappropriate_status_mark.searchString(line):
66 elif parse_upstream_status.submitted_status_mark.searchString(line):
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp550 std::string searchString; in getLDAPConfigData() local
556 searchString = "openldap"; in getLDAPConfigData()
562 searchString = "active_directory"; in getLDAPConfigData()
579 if (object.first.str.find(searchString) == std::string::npos) in getLDAPConfigData()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass452 searchString = "%s/"%(d.getVar("TOPDIR")).replace("//","/")
453 export2json(d, testdata_name, searchString=searchString, replaceString="")