Searched refs:templatePath (Results 1 – 7 of 7) sorted by relevance
19 std::string templatePath = in TemporaryFile() local24 int fd = mkstemp(templatePath.data()); in TemporaryFile()32 path = templatePath; in TemporaryFile()
34 std::string templatePath = in TemporarySubDirectory() local39 char* retVal = mkdtemp(templatePath.data()); in TemporarySubDirectory()48 path = templatePath; in TemporarySubDirectory()
35 std::string templatePath = in TemporaryFile() local40 int fd = mkstemp(templatePath.data()); in TemporaryFile()48 path = templatePath; in TemporaryFile()
17 std::string templatePath = in TemporaryFile() local22 int fd = mkstemp(templatePath.data()); in TemporaryFile()30 path = templatePath; in TemporaryFile()
21 std::string templatePath = in TemporaryFile() local26 fd = mkostemp(templatePath.data(), O_RDWR); in TemporaryFile()45 path = templatePath; in TemporaryFile()
667 var templatePath = 'app.common.directives.dirPagination.template';675 templatePath = path;691 return templatePath;