Home | History | Annotate | Download | only in libwebm

Lines Matching refs:StrCpy

35 // StrCpy).  Returns true if the source string was successfully copied
37 bool StrCpy(const char* src, char** dst_ptr) {
55 strcpy(dst, src); // NOLINT
759 strcpy(codec_id_, codec_id);
776 strcpy(language_, language);
792 strcpy(name_, name);
1129 return StrCpy(id, &id_);
1196 StrCpy(NULL, &id_);
1289 StrCpy(NULL, &title_);
1290 StrCpy(NULL, &language_);
1291 StrCpy(NULL, &country_);
1295 return StrCpy(title, &title_);
1299 return StrCpy(language, &language_);
1303 return StrCpy(country, &country_);
1935 strcpy(muxing_app_, temp);
2022 strcpy(temp_str, app);
2040 strcpy(temp_str, app);
2683 strcpy(temp, filename);
2722 strcpy(header, chunking_base_name_);
3057 strcpy(str, chunking_base_name_);