Home
last modified time | relevance | path

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

/system/netd/tests/
Dtest_utils.cpp64 const size_t lastNotWhitespace = str.find_last_not_of(" \t\n\r"); in runCommand() local
65 if (lastNotWhitespace != std::string::npos) { in runCommand()
66 str = str.substr(0, lastNotWhitespace + 1); in runCommand()