Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFileFolderPluginOpen.cpp23 struct CThreadArchiveOpen struct
54 ((CThreadArchiveOpen *)param)->Process(); in MyThreadFunction() argument
297 CThreadArchiveOpen t; in OpenFileFolderPlugin()
347 const WRes wres = thread.Create(CThreadArchiveOpen::MyThreadFunction, &t); in OpenFileFolderPlugin()