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

  /system/update_engine/payload_generator/
payload_signer_unittest.cc 43 const char* kUnittestPrivateKeyPath = "unittest_key.pem";
168 {GetBuildArtifactsPath(kUnittestPrivateKeyPath)});
187 {GetBuildArtifactsPath(kUnittestPrivateKeyPath),
204 {GetBuildArtifactsPath(kUnittestPrivateKeyPath)});
236 GetBuildArtifactsPath(kUnittestPrivateKeyPath),
258 GetBuildArtifactsPath(kUnittestPrivateKeyPath),
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 58 extern const char* kUnittestPrivateKeyPath;
196 string private_key_path = GetBuildArtifactsPath(kUnittestPrivateKeyPath);
211 string private_key_path = GetBuildArtifactsPath(kUnittestPrivateKeyPath);
503 ? GetBuildArtifactsPath(kUnittestPrivateKeyPath)
557 GetSignatureSize(GetBuildArtifactsPath(kUnittestPrivateKeyPath));
624 vector<string> key_paths{GetBuildArtifactsPath(kUnittestPrivateKeyPath)};
741 GetBuildArtifactsPath(kUnittestPrivateKeyPath),
    [all...]
delta_performer_unittest.cc 58 extern const char* kUnittestPrivateKeyPath;
220 sign_payload ? GetBuildArtifactsPath(kUnittestPrivateKeyPath) : "";
345 GetBuildArtifactsPath(kUnittestPrivateKeyPath),
    [all...]

Completed in 472 milliseconds