Home | History | Annotate | Download | only in extensions

Lines Matching refs:key_path

73     string16 key_path = ASCIIToWide(kRegistryExtensions);
74 key_path.append(L"\\");
75 key_path.append(*it);
77 key_path.c_str(), KEY_READ) != ERROR_SUCCESS) {
79 key_path.c_str(), KEY_READ) != ERROR_SUCCESS) {
81 << key_path << ".";
91 << " for key " << key_path << ".";
99 << key_path;
105 << " for key " << key_path
112 << " for key " << key_path << " can not be read. "
123 << " for key " << key_path << ".";
131 << " for key " << key_path << ".";
138 << " for key " << key_path << ".";