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

/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc579 std::string x64_crt_path = local
582 env->SetVar(kPath, x64_crt_path);
583 } else if (!IsInPath(old_path, x64_crt_path)) {
586 new_path.append(x64_crt_path);

Completed in 373 milliseconds