Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera.cpp1014 const char* wrk = new_par; in PrintParamDiff() local
1017 const char* next = strchr(wrk, ';'); in PrintParamDiff()
1019 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk); in PrintParamDiff()
1035 wrk = next + 1; in PrintParamDiff()
1036 next = strchr(wrk, ';'); in PrintParamDiff()