Searched defs:html_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_extension_api.cc31 std::string html_path; local
32 EXTENSION_FUNCTION_VALIDATE(args->GetString(kHtmlPath, &html_path));
49 GURL url(extension()->GetResourceURL(extension()->url(), html_path));
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-help.c374 const char *html_path = system_path(PERF_HTML_PATH); local
377 if (stat(mkpath("%s/perf.html", html_path), &st)
379 pr_err("'%s': not a documentation directory.", html_path);
384 strbuf_addf(page_path, "%s/%s.html", html_path, page);

Completed in 94 milliseconds