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

  /system/update_engine/payload_generator/
payload_signer_unittest.cc 33 using chromeos_update_engine::test_utils::GetBuildArtifactsPath;
168 {GetBuildArtifactsPath(kUnittestPrivateKeyPath)});
187 {GetBuildArtifactsPath(kUnittestPrivateKeyPath),
188 GetBuildArtifactsPath(kUnittestPrivateKey2Path)});
193 GetBuildArtifactsPath(kUnittestPublicKeyPath),
197 GetBuildArtifactsPath(kUnittestPublicKey2Path),
204 {GetBuildArtifactsPath(kUnittestPrivateKeyPath)});
208 GetBuildArtifactsPath(kUnittestPublicKeyPath),
213 GetBuildArtifactsPath(kUnittestPublicKey2Path),
236 GetBuildArtifactsPath(kUnittestPrivateKeyPath)
    [all...]
ext2_filesystem_unittest.cc 37 using chromeos_update_engine::test_utils::GetBuildArtifactsPath;
77 GetBuildArtifactsPath("gen/disk_ext2_4k_empty.img"));
104 base::FilePath build_path = GetBuildArtifactsPath().Append("gen");
184 GetBuildArtifactsPath("gen/disk_ext2_1k.img"));
194 GetBuildArtifactsPath("gen/disk_ext2_unittest.img"));
delta_diff_utils_unittest.cc 709 test_utils::GetBuildArtifactsPath("gen/disk_ext2_1k.img")));
711 test_utils::GetBuildArtifactsPath("gen/disk_ext2_4k.img")));
  /system/update_engine/
testrunner.cc 53 ":" + chromeos_update_engine::test_utils::GetBuildArtifactsPath().value();
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 51 using test_utils::GetBuildArtifactsPath;
196 string private_key_path = GetBuildArtifactsPath(kUnittestPrivateKeyPath);
206 payload_path, GetBuildArtifactsPath(kUnittestPublicKeyPath)));
211 string private_key_path = GetBuildArtifactsPath(kUnittestPrivateKeyPath);
253 string delta_generator_path = GetBuildArtifactsPath("delta_generator");
278 hash, GetBuildArtifactsPath(kUnittestPrivateKey2Path), &signature));
296 ? GetBuildArtifactsPath(kUnittestPublicKey2Path)
297 : GetBuildArtifactsPath(kUnittestPublicKeyPath))
323 base::CopyFile(GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"),
402 base::CopyFile(GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img")
    [all...]
delta_performer_unittest.cc 53 using test_utils::GetBuildArtifactsPath;
165 sign_payload ? GetBuildArtifactsPath(kUnittestPrivateKeyPath) : "";
290 GetBuildArtifactsPath(kUnittestPrivateKeyPath),
306 string public_key_path = GetBuildArtifactsPath(kUnittestPublicKeyPath);
677 {GetBuildArtifactsPath(kUnittestPrivateKeyPath)}, &signature_length));
679 performer_.set_public_key_path(GetBuildArtifactsPath(kUnittestPublicKeyPath));
810 EXPECT_TRUE(store.Load(GetBuildArtifactsPath().Append("update_engine.conf")));
    [all...]
postinstall_runner_action_unittest.cc 94 test_utils::GetBuildArtifactsPath("gen/disk_ext2_unittest.img");
  /system/update_engine/common/
test_utils.h 193 base::FilePath GetBuildArtifactsPath();
195 std::string GetBuildArtifactsPath(const std::string& relative_path);
test_utils.cc 261 base::FilePath GetBuildArtifactsPath() {
267 string GetBuildArtifactsPath(const string& relative_path) {
268 return GetBuildArtifactsPath().Append(relative_path).value();
subprocess_unittest.cc 178 test_utils::GetBuildArtifactsPath("test_subprocess"),
utils_unittest.cc 471 test_utils::GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"),
http_fetcher_unittest.cc 121 http_server->AddArg(test_utils::GetBuildArtifactsPath("test_http_server"));
    [all...]

Completed in 521 milliseconds