OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incognitopath
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebKit/android/plugins/
ANPSystemInterface.cpp
75
static const char
incognitoPath
[] = "/incognito_plugins";
76
char* incognitoStorage = (char*) malloc(length + strlen(
incognitoPath
) + 1);
79
strcat(incognitoStorage,
incognitoPath
);
Completed in 774 milliseconds