Home
last modified time | relevance | path

Searched defs:TestArchives (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DCompressCall2.cpp239 void TestArchives(const UStringVector &arcPaths, bool hashMode) in TestArchives() function
H A DCompressCall.cpp278 void TestArchives(const UStringVector &arcPaths, bool hashMode) in TestArchives() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DApp.h302 void TestArchives() { GetFocusedPanel().TestArchives(); } in TestArchives() function
H A DPanel.cpp1103 void CPanel::TestArchives() in TestArchives() function in CPanel
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_shutil.py1338 class TestArchives(BaseTest, unittest.TestCase): class