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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp35 // StrCpy). Returns true if the source string was successfully copied
37 bool StrCpy(const char* src, char** dst_ptr) { function in namespace:mkvmuxer::__anon493
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(countr
[all...]

Completed in 35 milliseconds