Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp391 const auto kPhysicalDevice = "/dev/block/by-name/"s; variable
394 return kPhysicalDevice + fs_mgr_get_super_partition_name(slot_number); in fs_mgr_overlayfs_super_device()
626 path = kPhysicalDevice + "system" + other_slot; in fs_mgr_overlayfs_scratch_device()
661 if (!partition_create && android::base::StartsWith(*scratch_device, kPhysicalDevice)) { in fs_mgr_overlayfs_create_scratch()
775 if (android::base::StartsWith(scratch_device, kPhysicalDevice)) return true; in fs_mgr_overlayfs_scratch_can_be_mounted()