Searched refs:kDevBlockPrefix (Results 1 – 1 of 1) sorted by relevance
525 static constexpr std::string_view kDevBlockPrefix("/dev/block/"); in ExtractBlockDeviceName() local526 if (android::base::StartsWith(path, kDevBlockPrefix)) { in ExtractBlockDeviceName()527 *name = path.substr(kDevBlockPrefix.length()); in ExtractBlockDeviceName()