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

/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc1646 base::string16 client_path; local
1658 client_path.assign(base_key).append(1, L'\\').append(iter.Name());
1660 if (key.Open(root, client_path.c_str(),
1668 if (key.Open(root, (client_path + L"\\InstallInfo").c_str(),

Completed in 133 milliseconds