Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp565 bool* change, bool* should_destroy_scratch = nullptr) { in fs_mgr_overlayfs_teardown_one() argument
569 if (should_destroy_scratch) *should_destroy_scratch = true; in fs_mgr_overlayfs_teardown_one()
618 if (should_destroy_scratch) *should_destroy_scratch = cleanup_all; in fs_mgr_overlayfs_teardown_one()
1528 bool should_destroy_scratch = false; in TeardownMountsAndScratch() local
1534 overlay_mount_point == kScratchMountPoint ? &should_destroy_scratch : nullptr); in TeardownMountsAndScratch()
1542 if (should_destroy_scratch && !fs_mgr_is_dsu_running()) { in TeardownMountsAndScratch()
1691 bool should_destroy_scratch = false; in TeardownAllOverlayForMountPoint() local
1693 &should_destroy_scratch); in TeardownAllOverlayForMountPoint()
1695 if (should_destroy_scratch) { in TeardownAllOverlayForMountPoint()