Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dutils.h379 class ScopedPathUnlinker {
381 explicit ScopedPathUnlinker(const std::string& path) in ScopedPathUnlinker() function
383 ~ScopedPathUnlinker() { in ~ScopedPathUnlinker()
393 DISALLOW_COPY_AND_ASSIGN(ScopedPathUnlinker);
407 unlinker_.reset(new ScopedPathUnlinker(path_));
430 std::unique_ptr<ScopedPathUnlinker> unlinker_;
/aosp12/system/update_engine/payload_generator/
H A Ddeflate_utils.cc283 ScopedPathUnlinker old_unlinker(path.value()); in PreprocessPartitionFiles()
H A Ddelta_diff_utils.cc766 ScopedPathUnlinker unlinker(patch.value()); in ReadExtentsToDiff()
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc351 ScopedPathUnlinker key_unlinker(private_key_path); in SignGeneratedShellPayload()