HomeSort by relevance Sort by last modified time
    Searched refs:key_paths (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
adbd_auth.cpp 50 static constexpr const char* key_paths[] = { "/adb_keys", "/data/misc/adb/adb_keys", nullptr }; local
52 for (const auto& path : key_paths) {
adb_auth_host.cpp 428 const auto& key_paths = get_vendor_keys(); local
431 adb_auth_inotify_init(key_paths);
434 for (const std::string& path : key_paths) {
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 624 vector<string> key_paths{GetBuildArtifactsPath(kUnittestPrivateKeyPath)};
627 key_paths.push_back(GetBuildArtifactsPath(kUnittestPrivateKey2Path));
630 key_paths,
    [all...]

Completed in 577 milliseconds