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

  /external/chromium/chrome/browser/extensions/
extension_infobar_module.cc 33 std::string html_path; local
34 EXTENSION_FUNCTION_VALIDATE(args->GetString(keys::kHtmlPath, &html_path));
37 GURL url = extension->GetResourceURL(extension->url(), html_path);
  /external/linux-tools-perf/
builtin-help.c 381 const char *html_path = system_path(PERF_HTML_PATH); local
384 if (stat(mkpath("%s/perf.html", html_path), &st)
386 die("'%s': not a documentation directory.", html_path);
389 strbuf_addf(page_path, "%s/%s.html", html_path, page);

Completed in 742 milliseconds