Home
last modified time | relevance | path

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

/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp33 static const char GARBAGE[] = "garbage"; member
41 static int GARBAGE_LEN = strlen(GARBAGE) + 1;
139 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F()
186 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F()
268 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F() local
371 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F() local
453 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F() local
530 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F() local
592 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F()
827 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); in HWTEST_F()
1377 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
1422 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
1593 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
1631 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
1665 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
1697 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
1729 strcpy_s(reinterpret_cast<char *>(uncompr), GARBAGE_LEN, GARBAGE); HWTEST_F() local
[all...]
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp38 static const char GARBAGE[] = "garbage"; variable
39 static int GARBAGE_LEN = strlen(GARBAGE) + 1;
351 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in UnCompress() local
421 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in UnCompress2() local
452 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in InflateValidate() local
482 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in InflateUndermine() local
513 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in InflateSyncPoint() local
544 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in InflateSetDictionary() local
577 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); in InflateSync() local
613 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LE in InflateResetKeep() local
645 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); InflateReset2() local
676 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); InflateReset() local
736 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); InflateMark() local
887 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); InflateGetDictionary() local
942 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); InflateCodesUsed() local
1054 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); Inflate() local
1332 strncpy(reinterpret_cast<char *>(unComp), GARBAGE, GARBAGE_LEN); GzGets() local
[all...]

Completed in 5 milliseconds