Searched refs:ScopedPathUnlinker (Results 1 – 10 of 10) sorted by relevance
345 class ScopedPathUnlinker {347 explicit ScopedPathUnlinker(const std::string& path) in ScopedPathUnlinker() function349 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()359 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
147 unlinker_.reset(new ScopedPathUnlinker(path_)); in ScopedTempFile()154 std::unique_ptr<ScopedPathUnlinker> unlinker_;
313 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 …]
48 out_blobs_unlinker_.reset(new ScopedPathUnlinker(out_blobs_path_)); in SetUp()64 std::unique_ptr<ScopedPathUnlinker> out_blobs_unlinker_;
70 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in SetUp()
112 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in GenerateUpdatePayloadFile()
283 ScopedPathUnlinker old_unlinker(path.value()); in PreprocessPartitionFiles()
79 ScopedPathUnlinker map_unlinker(map_file); in GetFileMapContent()
766 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff()828 ScopedPathUnlinker temp_file_unlinker(temp_file_path); in ReadExtentsToDiff()
113 ScopedPathUnlinker ordered_blobs_unlinker(ordered_blobs_path); in WritePayload()