Searched refs:temp_string (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 130 HChar temp_string[VG_(strlen)(bb_out_file) + 1 + 10 + 1]; in open_tracefile() local 136 VG_(strcpy)(temp_string, bb_out_file); in open_tracefile() 139 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num); in open_tracefile() 142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in open_tracefile() 146 VG_(umsg)("Error: cannot create bb file %s\n",temp_string); in open_tracefile()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 427 string temp_string; in SwapOneofField() local 454 temp_string = GetString(*message1, field1); in SwapOneofField() 520 SetString(message2, field1, temp_string); in SwapOneofField()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 1336 std::string temp_string (bytes, bytes_len); in GenerateBreakpointOptionsCommandCallback() local 1337 commands_in_progress.AppendString (temp_string.c_str()); in GenerateBreakpointOptionsCommandCallback() 1453 std::string temp_string (bytes, bytes_len); in GenerateWatchpointOptionsCommandCallback() local 1454 commands_in_progress.AppendString (temp_string.c_str()); in GenerateWatchpointOptionsCommandCallback()
|