OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_string
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/exp-bbv/
bbv_main.c
140
UChar
temp_string
[2048];
local
146
VG_(strncpy)(
temp_string
,bb_out_file,2047);
149
VG_(sprintf)(
temp_string
,"%s.%d",bb_out_file,thread_num);
152
sres = VG_(open)(
temp_string
, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
156
VG_(umsg)("Error: cannot create bb file %s\n",
temp_string
);
/external/chromium/chrome/browser/net/
resolve_proxy_msg_helper_unittest.cc
58
std::string
temp_string
;
local
59
ChildProcessHostMsg_ResolveProxy message(GURL(), &temp_int, &
temp_string
);
local
Completed in 123 milliseconds