Home
last modified time | relevance | path

Searched refs:ScopedPathUnlinker (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/common/
Dutils.h345 class ScopedPathUnlinker {
347 explicit ScopedPathUnlinker(const std::string& path) in ScopedPathUnlinker() function
349 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()
359 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
Dtest_utils.h147 unlinker_.reset(new ScopedPathUnlinker(path_)); in ScopedTempFile()
154 std::unique_ptr<ScopedPathUnlinker> unlinker_;
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc313 ScopedPathUnlinker key_unlinker(private_key_path); in SignGeneratedShellPayload()
957 ScopedPathUnlinker a_img_unlinker(state.a_img); in DoSmallImageTest()
958 ScopedPathUnlinker b_img_unlinker(state.b_img); in DoSmallImageTest()
959 ScopedPathUnlinker new_img_unlinker(state.result_img); in DoSmallImageTest()
960 ScopedPathUnlinker delta_unlinker(state.delta_path); in DoSmallImageTest()
961 ScopedPathUnlinker old_kernel_unlinker(state.old_kernel); in DoSmallImageTest()
962 ScopedPathUnlinker new_kernel_unlinker(state.new_kernel); in DoSmallImageTest()
963 ScopedPathUnlinker result_kernel_unlinker(state.result_kernel); in DoSmallImageTest()
981 ScopedPathUnlinker a_img_unlinker(state.a_img); in DoOperationHashMismatchTest()
982 ScopedPathUnlinker b_img_unlinker(state.b_img); in DoOperationHashMismatchTest()
[all …]
/system/update_engine/payload_generator/
Dfull_update_generator_unittest.cc48 out_blobs_unlinker_.reset(new ScopedPathUnlinker(out_blobs_path_)); in SetUp()
64 std::unique_ptr<ScopedPathUnlinker> out_blobs_unlinker_;
Dpayload_properties_unittest.cc70 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in SetUp()
Ddelta_diff_generator.cc112 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in GenerateUpdatePayloadFile()
Ddeflate_utils.cc283 ScopedPathUnlinker old_unlinker(path.value()); in PreprocessPartitionFiles()
Dsquashfs_filesystem.cc79 ScopedPathUnlinker map_unlinker(map_file); in GetFileMapContent()
Ddelta_diff_utils.cc766 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff()
828 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in ReadExtentsToDiff()
Dpayload_file.cc113 ScopedPathUnlinker ordered_blobs_unlinker(ordered_blobs_path); in WritePayload()