Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisIn.h213 AString _tempString_for_GetVar; variable
H A DNsisIn.cpp627 _tempString_for_GetVar.Empty(); in Add_Var()
628 GetVar(_tempString_for_GetVar, index); in Add_Var()
629 Script += _tempString_for_GetVar; in Add_Var()