HomeSort by relevance Sort by last modified time
    Searched full:templatepath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/bug_chomper/src/server/
server.go 47 var templatePath, _ = filepath.Abs("templates")
49 path.Join(templatePath, "bug_chomper.html"),
50 path.Join(templatePath, "submitted.html"),
51 path.Join(templatePath, "error.html")))
  /external/skia/tools/bug_chomper/src/server/
server.go 47 var templatePath, _ = filepath.Abs("templates")
49 path.Join(templatePath, "bug_chomper.html"),
50 path.Join(templatePath, "submitted.html"),
51 path.Join(templatePath, "error.html")))

Completed in 63 milliseconds