Searched refs:tmpsuffix (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/loader/
H A Dloader.cpp69 static const char tmpsuffix[] = ".XXXXXX"; local
70 char relro_tmp[strlen(relro) + sizeof(tmpsuffix)];
72 strlcat(relro_tmp, tmpsuffix, sizeof(relro_tmp));

Completed in 64 milliseconds