OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileSpot
(Results
1 - 2
of
2
) 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/media/mtp/
MtpServer.cpp
[
all
...]
Completed in 79 milliseconds