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

  /external/autotest/client/cros/faft/utils/
kernel_handler.py 109 key_path=None):
121 argument key_path. If key_path is None, choose dev_key_path as resign
140 if key_path and self.os_if.is_dir(key_path):
141 resign_key_path = key_path
186 def resign_kernel(self, section, key_path=None):
187 """Resign kernel with original kernel version and keys in key_path."""
191 key_path)
  /system/extras/verity/
build_verity_metadata.py 30 def sign_verity_table(table, signer_path, key_path):
35 cmd = " ".join((signer_path, table_file.name, key_path, signature_file.name))
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 738 base::FilePath key_path; local
763 EXPECT_TRUE(performer_.GetPublicKeyFromResponse(&key_path));
764 EXPECT_FALSE(key_path.empty());
765 EXPECT_EQ(unlink(key_path.value().c_str()), 0);
768 EXPECT_FALSE(performer_.GetPublicKeyFromResponse(&key_path));
774 EXPECT_FALSE(performer_.GetPublicKeyFromResponse(&key_path));
777 EXPECT_FALSE(performer_.GetPublicKeyFromResponse(&key_path));
783 EXPECT_FALSE(performer_.GetPublicKeyFromResponse(&key_path));
786 EXPECT_FALSE(performer_.GetPublicKeyFromResponse(&key_path));
792 EXPECT_FALSE(performer_.GetPublicKeyFromResponse(&key_path));
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 252 char key_path[100]; local
265 memset(key_path, 0, 100);
289 memset(key_path, 0, 100);
291 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
293 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
295 if((fp = fopen(key_path, "rt")) == NULL)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 244 char key_path[100]; local
257 memset(key_path, 0, 100);
281 memset(key_path, 0, 100);
283 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
285 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
287 if((fp = fopen(key_path, "rt")) == NULL)
  /external/autotest/client/cros/
httpd.py 216 def __init__(self, server_address, HandlerClass, cert_path, key_path):
222 keyfile=key_path)
249 key_path='/etc/mock_server.key',
257 key_path)
httpd_unittest.py 70 key_path=(creds_path+'.key'))
  /system/vold/
Ext4Crypt.cpp 316 static bool store_key(const std::string& key_path, const std::string& tmp_path,
318 if (path_exists(key_path)) {
319 LOG(ERROR) << "Already exists, cannot create key at: " << key_path;
326 if (rename(tmp_path.c_str(), key_path.c_str()) != 0) {
327 PLOG(ERROR) << "Unable to move new key to location: " << key_path;
330 LOG(DEBUG) << "Created key " << key_path;
416 auto key_path = de_dir + "/" + entry->d_name; local
418 if (!android::vold::retrieveKey(key_path, kEmptyAuthentication, &key)) return false;
  /external/chromium-trace/catapult/dashboard/dashboard/
add_point_queue.py 344 key_path = test_key.flat()
345 return key_path[-1] == 'ref' or key_path[-1].endswith('_ref')
bench_find_anomalies.py 542 key_path = test.key.string_id()
543 return key_path[-1] == 'ref' or key_path[-1].endswith('_ref')
  /build/tools/releasetools/
sign_target_files_apks 528 def ReplaceVerityPublicKey(targetfile_zip, filename, key_path):
529 print "Replacing verity public key with %s" % key_path
530 with open(key_path) as f:
537 misc_info, key_path):
538 print "Replacing verity private key with %s" % key_path
541 new_misc_info = original_misc_info.replace(current_key, key_path)
543 misc_info["verity_key"] = key_path
sign_target_files_apks.py 528 def ReplaceVerityPublicKey(targetfile_zip, filename, key_path):
529 print "Replacing verity public key with %s" % key_path
530 with open(key_path) as f:
537 misc_info, key_path):
538 print "Replacing verity private key with %s" % key_path
541 new_misc_info = original_misc_info.replace(current_key, key_path)
543 misc_info["verity_key"] = key_path
  /external/autotest/client/cros/faft/
rpc_functions.py 604 def _kernel_resign_with_keys(self, section, key_path=None):
606 self._kernel_handler.resign_kernel(section, key_path)
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.4.0-beta6/
sdkmanager-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.5.0/
sdkmanager-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/25.0.0-alpha1/
sdkmanager-25.0.0-alpha1.jar 

Completed in 531 milliseconds