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

  /frameworks/base/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/base/media/mtp/
MtpServer.cpp     [all...]

Completed in 81 milliseconds