HomeSort by relevance Sort by last modified time
    Searched refs:fileSpot (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/
MediaScanner.cpp 134 char* fileSpot = path + strlen(path);
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, "/");
  /frameworks/av/include/media/
mediascanner.h 98 struct dirent* entry, char* fileSpot);
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]

Completed in 55 milliseconds