Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_mount.cpp102 void GetSuperDeviceName(std::set<std::string>* devices);
284 GetSuperDeviceName(&devices); in InitDevices()
318 void FirstStageMountVBootV2::GetSuperDeviceName(std::set<std::string>* devices) { in GetSuperDeviceName() function in android::init::FirstStageMountVBootV2