Home | History | Annotate | Download | only in extensions

Lines Matching refs:key_path

79     base::string16 key_path = base::ASCIIToWide(kRegistryExtensions);
80 key_path.append(L"\\");
81 key_path.append(*it);
83 key_path.c_str(), KEY_READ) != ERROR_SUCCESS) {
85 key_path.c_str(), KEY_READ) != ERROR_SUCCESS) {
87 << key_path << ".";
96 << " for key " << key_path << ".";
123 << " for key " << key_path << ".";
131 << key_path;
137 << " for key " << key_path
144 << " for key " << key_path << " can not be read. "
155 << " for key " << key_path << ".";
162 << " for key " << key_path << ".";