Searched refs:ScopedPathUnlinker (Results 1 – 10 of 10) sorted by relevance
348 class ScopedPathUnlinker {350 explicit ScopedPathUnlinker(const std::string& path) in ScopedPathUnlinker() function352 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()362 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
147 unlinker_.reset(new ScopedPathUnlinker(path_)); in ScopedTempFile()154 std::unique_ptr<ScopedPathUnlinker> unlinker_;
211 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 …]
48 out_blobs_unlinker_.reset(new ScopedPathUnlinker(out_blobs_path_)); in SetUp()64 std::unique_ptr<ScopedPathUnlinker> out_blobs_unlinker_;
72 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in GenerateUpdatePayloadFile()
74 ScopedPathUnlinker map_unlinker(map_file); in GetFileMapContent()
272 ScopedPathUnlinker old_unlinker(path.value()); in PreprocessPartitionFiles()
117 blob_path_unlinker_.reset(new ScopedPathUnlinker(blob_path_)); in CreateBlobFile()140 std::unique_ptr<ScopedPathUnlinker> blob_path_unlinker_;
119 ScopedPathUnlinker ordered_blobs_unlinker(ordered_blobs_path); in WritePayload()
892 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff()957 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in ReadExtentsToDiff()