Home
last modified time | relevance | path

Searched refs:templateString (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js284 var templateString = paginationTemplate.getString();
285 if (templateString !== undefined) {
286 DDO.template = templateString;
668 var templateString;
685 templateString = str;
694 return templateString;
/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp198 std::string templateString = in analyzeEvent() local
200 tfd = mkostemp(templateString.data(), O_RDWR); in analyzeEvent()
207 temporaryFiles.emplace_back(templateString, tfd); in analyzeEvent()