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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3277 char teePath[32+256]; local
3278 strcpy(teePath, "/data/misc/audioserver");
3279 size_t teePathLen = strlen(teePath);
3280 DIR *dir = opendir(teePath);
3281 teePath[teePathLen++] = '/';
3314 strcpy(&teePath[teePathLen], entries[i].mFileName);
3315 (void) unlink(teePath);
3320 dprintf(fd, "unable to rotate tees in %.*s: %s\n", (int) teePathLen, teePath,
3330 snprintf(&teePath[teePathLen], sizeof(teePath)
[all...]

Completed in 396 milliseconds