Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_launcher.cc1316 size_t run_pos = full_output.find(std::string("[ RUN ] ") + in GetTestOutputSnippet() local
1318 if (run_pos == std::string::npos) in GetTestOutputSnippet()
1323 run_pos); in GetTestOutputSnippet()
1330 run_pos); in GetTestOutputSnippet()
1338 std::string snippet(full_output.substr(run_pos)); in GetTestOutputSnippet()
1340 snippet = full_output.substr(run_pos, end_pos - run_pos); in GetTestOutputSnippet()