Home
last modified time | relevance | path

Searched refs:MyStpCpy (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp265 s = MyStpCpy(s, name); in AddProp32()
278 s = MyStpCpy(s, "BCJ "); in GetMethod()
279 s = MyStpCpy(s, "LZMA:"); in GetMethod()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp149 s = MyStpCpy(s, name); in AddProp32()
455 dest = MyStpCpy(dest, ":mem"); in SetMethodToProp()
/external/lzma/CPP/Common/
DMyString.h58 inline char *MyStpCpy(char *dest, const char *src) in MyStpCpy() function