Searched refs:page_path (Results 1 – 1 of 1) sorted by relevance
371 static int get_html_page_path(struct strbuf *page_path, const char *page) in get_html_page_path() argument383 strbuf_init(page_path, 0); in get_html_page_path()384 strbuf_addf(page_path, "%s/%s.html", html_path, page); in get_html_page_path()404 struct strbuf page_path; /* it leaks but we exec bellow */ in show_html_page() local406 if (get_html_page_path(&page_path, page) != 0) in show_html_page()409 open_html(page_path.buf); in show_html_page()