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

/external/chromium_org/third_party/libvpx/source/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::__anon13026
1103 bool Chapter::set_id(const char* id) { return StrCpy(id, &id_); }
1165 StrCpy(NULL, &id_);
1256 StrCpy(NULL, &title_);
1257 StrCpy(NULL, &language_);
1258 StrCpy(NULL, &country_);
1262 return StrCpy(title, &title_);
1266 return StrCpy(language, &language_);
1270 return StrCpy(countr
[all...]
/external/libvpx/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::__anon24819
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...]
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp165 Value *StrCpy = M->getOrInsertFunction(Name, local
168 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
170 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts()))
H A DSimplifyLibCalls.cpp2066 static StrCpyOpt StrCpy; member in namespace:llvm
2139 return &StrCpy;

Completed in 401 milliseconds