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

/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc252 FilePath page_path = ExtensionURLToRelativeFilePath( local
254 const FilePath path = extension->GetResource(page_path).GetFilePath();
259 page_path.LossyDisplayName());
282 FilePath page_path = ExtensionURLToRelativeFilePath( local
284 const FilePath path = extension->GetResource(page_path).GetFilePath();
289 page_path.LossyDisplayName());
/external/linux-tools-perf/
H A Dbuiltin-help.c378 static void get_html_page_path(struct strbuf *page_path, const char *page) argument
388 strbuf_init(page_path, 0);
389 strbuf_addf(page_path, "%s/%s.html", html_path, page);
407 struct strbuf page_path; /* it leaks but we exec bellow */ local
409 get_html_page_path(&page_path, page);
411 open_html(page_path.buf);

Completed in 287 milliseconds