Home
last modified time | relevance | path

Searched defs:snapshot (Results 1 – 23 of 23) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dreturn.cpp21 namespace android::snapshot { namespace
Dsnapshotctl.cpp44 namespace snapshot { namespace
Ddevice_info.cpp22 namespace snapshot { namespace
Dsnapshot_stats.cpp24 namespace snapshot { namespace
Dutility.cpp40 namespace snapshot { namespace
Dsnapshot_stub.cpp24 namespace android::snapshot { namespace
Dsnapshot_fuzz.cpp63 namespace android::snapshot { namespace
248 namespace android::snapshot { namespace
Dsnapshot_metadata_updater.cpp38 namespace snapshot { namespace
Dpartition_cow_creator.cpp35 namespace snapshot { namespace
Dtest_helpers.cpp27 namespace snapshot { namespace
Dsnapshot.cpp48 namespace snapshot { namespace
582 for (const auto& snapshot : snapshots) { in InitiateMerge() local
622 for (const auto& snapshot : snapshots) { in InitiateMerge() local
655 for (const auto& snapshot : snapshots) { in InitiateMerge() local
885 for (const auto& snapshot : snapshots) { in CheckMergeState() local
1453 for (const auto& snapshot : snapshots) { in GetUpdateState() local
2680 for (const auto& snapshot : snapshots) { in EnsureNoOverflowSnapshot() local
Dsnapshot_fuzz_utils.cpp73 namespace android::snapshot { namespace
433 auto snapshot = SnapshotManager::New(ret.device_info /* takes ownership */); in CheckCreateSnapshotManager() local
Dsnapshot_fuzz_utils.h44 std::unique_ptr<ISnapshotManager> snapshot; member
Dsnapshot_metadata_updater_test.cpp42 namespace snapshot { namespace
Dpartition_cow_creator_test.cpp40 namespace snapshot { namespace
Dpower_test.cpp52 namespace snapshot { namespace
Dsnapshot_test.cpp50 namespace snapshot { namespace
134 for (const auto& snapshot : snapshots) { in CleanupTestArtifacts() local
241 AssertionResult DeleteSnapshotDevice(const std::string& snapshot) { in DeleteSnapshotDevice()
/system/core/liblog/
Dlogd_writer.cpp120 int32_t snapshot = atomic_exchange_explicit(&droppedSecurity, 0, memory_order_relaxed); in LogdWrite() local
/system/core/liblog/tests/
Dliblog_benchmark.cpp215 uint32_t snapshot = 0; in BM_pmsg_short() local
291 uint32_t snapshot = 0; in BM_pmsg_short_aligned() local
366 uint32_t snapshot = 0; in BM_pmsg_short_unaligned1() local
441 uint32_t snapshot = 0; in BM_pmsg_long_aligned() local
514 uint32_t snapshot = 0; in BM_pmsg_long_unaligned1() local
/system/core/libstats/socket/
Dstatsd_writer.c200 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in statsdWrite() local
/system/core/libstats/push_compat/
Dstatsd_writer.c200 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in statsdWrite() local
/system/update_engine/
Dcleanup_previous_update_action.cc59 android::snapshot::ISnapshotManager* snapshot, in CleanupPreviousUpdateAction()
/system/extras/simpleperf/
Drecord.h480 uint64_t snapshot; member