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

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc50 char temp_str[100]; local
51 if (fgets(temp_str, 100, stat_file) == NULL) {
/external/autotest/client/cros/
H A Dpower_status.py198 temp_str = ''
204 temp_str += '%s:%d ' % (kname, val)
211 return temp_str
432 temp_str = self.thermal.get_temps()
433 if temp_str:
434 logging.info('Temperature reading: ' + temp_str)
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2184 char* temp_str = new (std::nothrow) char[length]; // NOLINT local
2185 if (!temp_str)
2189 strcpy_s(temp_str, length, app);
2191 strcpy(temp_str, app);
2195 muxing_app_ = temp_str;
2202 char* temp_str = new (std::nothrow) char[length]; // NOLINT local
2203 if (!temp_str)
2207 strcpy_s(temp_str, length, app);
2209 strcpy(temp_str, app);
2213 writing_app_ = temp_str;
[all...]
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_process_unittest.cc608 std::string temp_str; local
611 temp_str = tmp_file.full_file_name();
613 const char* tempfile_name = temp_str.c_str();

Completed in 345 milliseconds