Home
last modified time | relevance | path

Searched refs:templatePath (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-proc-control/
H A Dtemporary_file.cpp19 std::string templatePath = in TemporaryFile() local
24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
32 path = templatePath; in TemporaryFile()
/openbmc/phosphor-power/
H A Dtemporary_subdirectory.cpp34 std::string templatePath = in TemporarySubDirectory() local
39 char* retVal = mkdtemp(templatePath.data()); in TemporarySubDirectory()
48 path = templatePath; in TemporarySubDirectory()
H A Dtemporary_file.cpp35 std::string templatePath = in TemporaryFile() local
40 int fd = mkstemp(templatePath.data()); in TemporaryFile()
48 path = templatePath; in TemporaryFile()
/openbmc/openpower-hw-diags/util/
H A Dtemporary_file.cpp17 std::string templatePath = in TemporaryFile() local
22 int fd = mkstemp(templatePath.data()); in TemporaryFile()
30 path = templatePath; in TemporaryFile()
/openbmc/openpower-debug-collector/watchdog/
H A Dutils.cpp19 std::string templatePath = in TemporaryFile() local
24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
32 path = templatePath; in TemporaryFile()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dtemporary_file.cpp21 std::string templatePath = in TemporaryFile() local
26 fd = mkostemp(templatePath.data(), O_RDWR); in TemporaryFile()
45 path = templatePath; in TemporaryFile()
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js667 var templatePath = 'app.common.directives.dirPagination.template';
675 templatePath = path;
691 return templatePath;