Home
last modified time | relevance | path

Searched defs:scope_guard (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DFunctional.h25 class scope_guard; variable
41 inline scope_guard(F&& f) : f_(std::move(f)) {} in scope_guard() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_verify.cpp63 auto scope_guard = android::base::make_scope_guard([this, &succeeded]() -> void { in VerifyUpdatePartition() local
155 auto scope_guard = android::base::make_scope_guard([this, &succeeded]() -> void { in VerifyPartition() local
H A Dsnapuserd_server.cpp378 auto scope_guard = in WaitForSocket() local
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp616 auto scope_guard = android::base::make_scope_guard(deleter); in TEST_F() local
648 auto scope_guard = android::base::make_scope_guard(deleter); in TEST_F() local
671 auto scope_guard = android::base::make_scope_guard(deleter); in TEST_F() local
H A Dinstalld_service_test.cpp794 auto scope_guard = android::base::make_scope_guard(deleter); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dexception_test.hpp68 class scope_guard class
78 scope_guard(char const* name) in scope_guard() function in test::scope_guard
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Donnx.cpp471 WithCurrentScope scope_guard(*g, n->scope()); in NodeToONNX() local
573 WithCurrentScope scope_guard(*new_block->owningGraph(), op->scope()); in NodeToONNX() local
/aosp_15_r20/system/apex/apexd/
H A Dapexd_rollback_utils.h80 auto scope_guard = android::base::make_scope_guard(deleter); in ReplaceFiles() local
H A Dapexd.cpp379 auto scope_guard = android::base::make_scope_guard(deleter); in MountPackageImpl() local
793 auto scope_guard = android::base::make_scope_guard(deleter); in BackupActivePackages() local
1863 auto scope_guard = android::base::make_scope_guard(session_failed_fn); in ScanStagedSessionsDirAndStage() local
2014 auto scope_guard = android::base::make_scope_guard(deleter); in StagePackagesImpl() local
2538 auto scope_guard = android::base::make_scope_guard( in ProcessCompressedApex() local
H A Dapex_classpath.cpp63 auto scope_guard = android::base::make_scope_guard(cleanup); in DeriveClassPath() local
/aosp_15_r20/system/media/audio_utils/fuzz/sndfile_fuzzer/
H A Dsndfile_fuzzer.cpp103 auto scope_guard = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_substitution.cpp136 WithCurrentScope scope_guard(*graph, call_scope); in functionCallSubstitution() local
/aosp_15_r20/packages/services/Car/cpp/displayproxy/src/
DCarDisplayProxy.cpp162 auto scope_guard = ::android::base::make_scope_guard([handle]() { in getHGraphicBufferProducer() local
/aosp_15_r20/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp606 scope_guard(avb_slot_data, avb_slot_verify_data_free); in TEST() local
/aosp_15_r20/system/security/ondevice-signing/
H A Dodsign_main.cpp474 auto scope_guard = android::base::make_scope_guard([]() { in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dscope_guard.hpp95 typedef const scope_guard_impl_base& scope_guard; typedef
/aosp_15_r20/bionic/linker/
H A Dlinker.cpp1589 auto scope_guard = android::base::make_scope_guard([&]() { in find_libraries() local
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp891 auto scope_guard = android::base::make_scope_guard(finish_entry); in AddZipEntryFromFd() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1621 auto scope_guard = android::base::make_scope_guard(deleter); in snapshotAppData() local
/aosp_15_r20/bionic/tests/
H A Dpthread_test.cpp78 auto scope_guard = android::base::make_scope_guard([&keys] { in TEST() local