HomeSort by relevance Sort by last modified time
    Searched refs:StrCpy (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 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
749 strcpy(codec_id_, codec_id);
766 strcpy(language_, language);
782 strcpy(name_, name);
1103 bool Chapter::set_id(const char* id) { return StrCpy(id, &id_); }
1165 StrCpy(NULL, &id_);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 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_);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 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_);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 151 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
156 if (!TLI->has(LibFunc::strcpy))
165 Value *StrCpy = M->getOrInsertFunction(Name,
168 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
170 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts()))
SimplifyLibCalls.cpp 271 // fit then just lower to a plain strcpy. Otherwise we'll keep our
660 // Verify the "strcpy" function prototype.
669 if (Dst == Src) // strcpy(x,x) -> x
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 227 #define StrCpy StrCpyW
233 #define StrCpy lstrcpyA
    [all...]
strsafe.h 1922 #undef strcpy macro
1923 #define strcpy macro
    [all...]

Completed in 340 milliseconds