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

/external/valgrind/exp-bbv/
H A Dbbv_main.c130 HChar temp_string[VG_(strlen)(bb_out_file) + 1 + 10 + 1]; local
136 VG_(strcpy)(temp_string, bb_out_file);
139 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num);
142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
146 VG_(umsg)("Error: cannot create bb file %s\n",temp_string);
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc427 string temp_string; local
454 temp_string = GetString(*message1, field1);
520 SetString(message2, field1, temp_string);
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp1336 std::string temp_string (bytes, bytes_len);
1337 commands_in_progress.AppendString (temp_string.c_str());
1453 std::string temp_string (bytes, bytes_len);
1454 commands_in_progress.AppendString (temp_string.c_str());

Completed in 111 milliseconds