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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2260 char teePath[32+256]; local
2261 strcpy(teePath, "/data/misc/media");
2262 size_t teePathLen = strlen(teePath);
2263 DIR *dir = opendir(teePath);
2264 teePath[teePathLen++] = '/';
2297 strcpy(&teePath[teePathLen], entries[i].mName);
2298 (void) unlink(teePath);
2303 fdprintf(fd, "unable to rotate tees in %s: %s\n", teePath, strerror(errno));
2312 snprintf(&teePath[teePathLen], sizeof(teePath)
[all...]

Completed in 76 milliseconds