HomeSort by relevance Sort by last modified time
    Searched defs:public_key_path (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 361 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); local
362 EXPECT_TRUE(utils::FileExists(public_key_path.c_str()));
363 performer_.set_public_key_path(public_key_path);
    [all...]
delta_performer_integration_test.cc 752 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath); local
753 EXPECT_TRUE(utils::FileExists(public_key_path.c_str()));
754 (*performer)->set_public_key_path(public_key_path);
    [all...]

Completed in 60 milliseconds