Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DSymbolFileParser.cpp93 size_t hash_pos = line.find('#'); in hasNextLine() local
94 curr_line = android::base::Trim(line.substr(0, hash_pos)); in hasNextLine()
96 if (hash_pos != std::string::npos) { in hasNextLine()
97 curr_tags = parseTags(line.substr(hash_pos + 1)); in hasNextLine()