Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DRegistryContextMenu.cpp28 static LPCSTR const k_KeyPostfix_ContextMenu = "\\shellex\\ContextMenuHandlers\\7-Zip"; variable
102 { return (AString)keyName + k_KeyPostfix_ContextMenu; } in Get_ContextMenuHandler_KeyName()
210 s += (i == 0 ? k_KeyPostfix_ContextMenu : k_KeyPostfix_DragDrop); in SetContextMenuHandler()