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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2821 char teePath[32+256]; local
2822 strcpy(teePath, "/data/misc/media");
2823 size_t teePathLen = strlen(teePath);
2824 DIR *dir = opendir(teePath);
2825 teePath[teePathLen++] = '/';
2858 strcpy(&teePath[teePathLen], entries[i].mName);
2859 (void) unlink(teePath);
2864 dprintf(fd, "unable to rotate tees in %s: %s\n", teePath, strerror(errno));
2873 snprintf(&teePath[teePathLen], sizeof(teePath)
[all...]

Completed in 12 milliseconds