HomeSort by relevance Sort by last modified time
    Searched full:key_path (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 49 std::wstring key_path = ASCIIToWide(kRegistryExtensions); local
50 key_path.append(L"\\");
51 key_path.append(iterator.Name());
52 if (key.Open(kRegRoot, key_path.c_str(), KEY_READ) == ERROR_SUCCESS) {
60 << key_path; local
72 << " for key " << key_path << " ."; local
82 << " for key " << key_path << " ."; local
96 << " for key " << key_path << " ."; local
101 << " for key " << key_path << " ."; local
  /external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc 31 string16 key_path(UTF8ToUTF16("foo"));
33 serialized_values, key_path, &values);
42 key_path = UTF8ToUTF16("PropertyNotAvailable");
44 serialized_values, key_path, &values);
52 key_path = UTF8ToUTF16("!+Invalid[KeyPath[[[");
54 serialized_values, key_path, &values);
113 const string16& key_path) {
118 id, serialized_values, key_path));
124 id, serialized_values, key_path);
130 const string16& key_path) {
    [all...]
utility_process_host.cc 78 const string16& key_path) {
83 id, serialized_values, key_path));
89 const string16& key_path) {
93 Send(new UtilityMsg_InjectIDBKey(key, value, key_path));
utility_process_host.h 145 // Starts extracting |key_path| from |serialized_values|, and replies with the
149 const string16& key_path);
151 // Starts injecting |key| into |value| via |key_path|, and replies with the
155 const string16& key_path);
shell_integration_win.cc 348 std::wstring key_path(kChromeProtocols[i] + ShellUtil::kRegShellOpen);
349 base::win::RegKey key(root_key, key_path.c_str(), KEY_READ);
386 std::wstring key_path(L"http");
387 key_path.append(ShellUtil::kRegShellOpen);
388 base::win::RegKey key(HKEY_CLASSES_ROOT, key_path.c_str(), KEY_READ);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
SummarizerDBHelper.java 35 private static final String KEY_PATH = "path";
58 + KEY_PATH + " text not null, "
116 cv.put(KEY_PATH, result.getRelativePath());
123 KEY_PATH + " ASC", null);
  /hardware/invensense/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 233 char key_path[100]; local
246 memset(key_path, 0, 100);
270 memset(key_path, 0, 100);
272 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
274 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
276 if((fp = fopen(key_path, "rt")) == NULL)
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 236 FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
238 ASSERT_TRUE(file_util::ReadFileToString(key_path, &key_string));
  /external/chromium/net/tools/testserver/
device_management.py 574 for key_path in private_key_paths:
576 key = tlslite.api.parsePEMKey(open(key_path).read(), private=True)
578 print 'Failed to load private key from %s' % key_path
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 

Completed in 220 milliseconds