Home
last modified time | relevance | path

Searched refs:equalSignPos (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp135 std::string::size_type equalSignPos = line.find_first_of("="); in ReadConfig() local
136 if (equalSignPos != line.npos) { in ReadConfig()
137 std::string key = line.substr(0, equalSignPos); in ReadConfig()
138 std::string value = line.substr(equalSignPos + 1); in ReadConfig()

Completed in 1 milliseconds