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

  /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
806 strcpy(codec_id_, codec_id);
823 strcpy(language_, language);
839 strcpy(name_, name);
    [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 110 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
114 if (!TLI->has(LibFunc::strcpy))
123 Value *StrCpy = M->getOrInsertFunction(Name,
127 B.CreateCall(StrCpy, {CastToCStr(Dst, B), CastToCStr(Src, B)}, Name);
128 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts()))
  /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 92 milliseconds