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

/frameworks/av/media/libmedia/
H A DMediaScanner.cpp134 char* fileSpot = path + strlen(path); local
144 strcpy(fileSpot, ".nomedia");
151 fileSpot[0] = 0;
162 if (doProcessDirectoryEntry(path, pathRemaining, client, noMedia, entry, fileSpot)
174 struct dirent* entry, char* fileSpot) {
188 strcpy(fileSpot, name);
222 strcat(fileSpot, "/");
172 doProcessDirectoryEntry( char *path, int pathRemaining, MediaScannerClient &client, bool noMedia, struct dirent* entry, char* fileSpot) argument
/frameworks/av/media/mtp/
H A DMtpServer.cpp1069 char* fileSpot = pathbuf + pathLength; local
1092 strcpy(fileSpot, name);

Completed in 583 milliseconds