Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dkernel_collector_test.cc284 size_t end_pos = filename.find_first_of("\n"); in TEST_F() local
285 ASSERT_NE(std::string::npos, end_pos); in TEST_F()
286 filename = filename.substr(0, end_pos); in TEST_F()
/system/connectivity/shill/vpn/
Dopenvpn_management_server.cc267 size_t end_pos = message.find(end, start_pos + start.size()); in ParseSubstring() local
268 if (end_pos == string::npos) { in ParseSubstring()
272 end_pos - start_pos - start.size()); in ParseSubstring()