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

/external/chromium_org/chrome/browser/ui/webui/
H A Dnacl_ui.cc264 base::FilePath pnacl_path; local
265 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path);
266 if (!got_path || pnacl_path.empty() || !pnacl_path_exists_) {
273 pnacl_path.LossyDisplayName());
332 void CheckVersion(const base::FilePath& pnacl_path, std::string* version) { argument
334 pnacl_path.AppendASCII("pnacl_public_pnacl_json");
348 base::FilePath pnacl_path; local
349 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path);
350 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) {
[all...]

Completed in 46 milliseconds