Searched defs:teePathLen (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2997 size_t teePathLen = strlen(teePath); local
2999 teePath[teePathLen++] = '/';
3032 strcpy(&teePath[teePathLen], entries[i].mFileName);
3038 dprintf(fd, "unable to rotate tees in %.*s: %s\n", teePathLen, teePath,
3048 snprintf(&teePath[teePathLen], sizeof(teePath) - teePathLen, "%s_%d.wav", teeTime, id);

Completed in 66 milliseconds