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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2892 char teePath[32+256]; local
2893 strcpy(teePath, "/data/misc/media");
2894 size_t teePathLen = strlen(teePath);
2895 DIR *dir = opendir(teePath);
2896 teePath[teePathLen++] = '/';
2929 strcpy(&teePath[teePathLen], entries[i].mFileName);
2930 (void) unlink(teePath);
2935 dprintf(fd, "unable to rotate tees in %s: %s\n", teePath, strerror(errno));
2944 snprintf(&teePath[teePathLen], sizeof(teePath)
[all...]

Completed in 96 milliseconds