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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp774 const char* lineStr = line.string(); local
777 if (sscanf(lineStr, "%dx%d+%d+%d", &width, &height, &x, &y) == 4) {
784 ALOGE("Error parsing trim.txt, line: %s", lineStr);

Completed in 25 milliseconds