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

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2439 std::string shortened; local
2440 shortened.append(mName.string(), 36);
2441 shortened.append("[...]");
2442 shortened.append(mName.string() + (mName.length() - 36), 36);
2443 name = shortened.c_str();

Completed in 41 milliseconds