Searched defs:sysPattern (Results 1 – 6 of 6) sorted by relevance
24 DiskConfig::DiskConfig(const std::string &sysPattern, const std::string &label, int flag) in DiskConfig()35 bool DiskConfig::IsMatch(std::string &sysPattern) in IsMatch()
43 std::string sysPattern = "/devices/platform/fe2b0000.dwmmc/*"; variable61 std::string sysPattern = "/devices/platform/fe2b0000.dwmmc/*"; variable
74 auto sysPattern = *(++it); in SetUp() local360 std::string sysPattern = "/devices/platform/fe2b0000.dwmmc/*"; variable
81 auto sysPattern = *(++it); in ParasConfig() local
256 std::string sysPattern(entry.blk_device); in process_config() local
64 DiskSource(const std::string& sysPattern, const std::string& nickname, int flags) in DiskSource()