OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpsuffix
(Results
1 - 1
of
1
) sorted by null
/frameworks/webview/chromium/loader/
loader.cpp
76
static const char
tmpsuffix
[] = ".XXXXXX";
local
77
char relro_tmp[strlen(relro) + sizeof(
tmpsuffix
)];
79
strlcat(relro_tmp,
tmpsuffix
, sizeof(relro_tmp));
Completed in 117 milliseconds