Searched refs:searchString (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | data.py | 26 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 D | test_patch.py | 60 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 D | account_service.hpp | 564 std::string searchString; in getLDAPConfigData() local 570 searchString = "openldap"; in getLDAPConfigData() 576 searchString = "active_directory"; in getLDAPConfigData() 594 if (object.first.str.find(searchString) == in getLDAPConfigData()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rootfs-postcommands.bbclass | 452 searchString = "%s/"%(d.getVar("TOPDIR")).replace("//","/") 453 export2json(d, testdata_name, searchString=searchString, replaceString="")
|