Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Ddm.cpp610 static constexpr std::string_view kDevBlockPrefix("/dev/block/"); in ExtractBlockDeviceName() local
611 if (android::base::StartsWith(path, kDevBlockPrefix)) { in ExtractBlockDeviceName()
612 return path.substr(kDevBlockPrefix.length()); in ExtractBlockDeviceName()
/system/core/fs_mgr/
Dfs_mgr.cpp669 static constexpr std::string_view kDevBlockPrefix("/dev/block/"); in SetReadAheadSize() local
670 if (!android::base::StartsWith(block_device, kDevBlockPrefix)) { in SetReadAheadSize()
678 if (android::base::StartsWith(block_device, kDevBlockPrefix)) { in SetReadAheadSize()
679 block_name = block_device.substr(kDevBlockPrefix.length()); in SetReadAheadSize()