Home
last modified time | relevance | path

Searched refs:GetBuildArtifactsPath (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_generator/
Dext2_filesystem_unittest.cc76 test_utils::GetBuildArtifactsPath().Append("gen/disk_ext2_4k_empty.img"); in TEST_F()
104 base::FilePath build_path = test_utils::GetBuildArtifactsPath().Append("gen"); in TEST_F()
181 base::FilePath path = test_utils::GetBuildArtifactsPath().Append( in TEST_F()
193 test_utils::GetBuildArtifactsPath().Append("gen/disk_ext2_unittest.img"); in TEST_F()
/system/update_engine/common/
Dtest_utils.h202 base::FilePath GetBuildArtifactsPath();
Dtest_utils.cc330 base::FilePath GetBuildArtifactsPath() { in GetBuildArtifactsPath() function
Dutils_unittest.cc560 test_utils::GetBuildArtifactsPath().Append("gen/disk_ext2_4k.img"), in TEST()
Dhttp_fetcher_unittest.cc122 test_utils::GetBuildArtifactsPath().Append("test_http_server"); in PythonHttpServer()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc93 postinstall_image_ = test_utils::GetBuildArtifactsPath() in SetUp()