Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dflashing.cpp54 static std::set<std::string> wiped; in WipeOverlayfsForPartition() local
55 if (wiped.find(partition_name) != wiped.end()) return; in WipeOverlayfsForPartition()
56 wiped.insert(partition_name); in WipeOverlayfsForPartition()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp1395 bool wiped = false; in fs_mgr_mount_all() local
1521 attempted_entry.mount_point, wiped ? "true" : "false", in fs_mgr_mount_all()
1539 wiped = partition_wiped(current_entry.blk_device.c_str()); in fs_mgr_mount_all()
1541 current_entry.fs_mgr_flags.formattable && wiped) { in fs_mgr_mount_all()