OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filename_buf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.cc
118
std::stringstream
filename_buf
;
local
119
filename_buf
<< country_calling_code << "_" << language_code;
120
*filename =
filename_buf
.str();
/external/jemalloc/src/
prof.c
1163
char
filename_buf
[DUMP_FILENAME_BUFSIZE];
local
1175
prof_dump_filename(
filename_buf
, 'm', prof_dump_mseq);
1178
filename =
filename_buf
;
Completed in 246 milliseconds