Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.h348 class ScopedPathUnlinker {
350 explicit ScopedPathUnlinker(const std::string& path) in ScopedPathUnlinker() function
352 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()
362 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.cc211 ScopedPathUnlinker key_unlinker(private_key_path); in SignGeneratedShellPayload()
915 ScopedPathUnlinker a_img_unlinker(state.a_img); in DoSmallImageTest()
916 ScopedPathUnlinker b_img_unlinker(state.b_img); in DoSmallImageTest()
917 ScopedPathUnlinker new_img_unlinker(state.result_img); in DoSmallImageTest()
918 ScopedPathUnlinker delta_unlinker(state.delta_path); in DoSmallImageTest()
919 ScopedPathUnlinker old_kernel_unlinker(state.old_kernel); in DoSmallImageTest()
920 ScopedPathUnlinker new_kernel_unlinker(state.new_kernel); in DoSmallImageTest()
921 ScopedPathUnlinker result_kernel_unlinker(state.result_kernel); in DoSmallImageTest()
941 ScopedPathUnlinker a_img_unlinker(state.a_img); in DoOperationHashMismatchTest()
942 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_;
Ddelta_diff_generator.cc72 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in GenerateUpdatePayloadFile()
Dsquashfs_filesystem.cc74 ScopedPathUnlinker map_unlinker(map_file); in GetFileMapContent()
Ddeflate_utils.cc272 ScopedPathUnlinker old_unlinker(path.value()); in PreprocessPartitionFiles()
Dinplace_generator_unittest.cc117 blob_path_unlinker_.reset(new ScopedPathUnlinker(blob_path_)); in CreateBlobFile()
140 std::unique_ptr<ScopedPathUnlinker> blob_path_unlinker_;
Dpayload_file.cc119 ScopedPathUnlinker ordered_blobs_unlinker(ordered_blobs_path); in WritePayload()
Ddelta_diff_utils.cc892 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff()
957 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in ReadExtentsToDiff()