Home
last modified time | relevance | path

Searched refs:nacl_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dnacl_broker_host_win.cc57 base::FilePath nacl_path; in Init() local
58 if (!NaClBrowser::GetInstance()->GetNaCl64ExePath(&nacl_path)) in Init()
61 CommandLine* cmd_line = new CommandLine(nacl_path); in Init()