Searched refs:appdata_path (Results 1 – 1 of 1) sorted by relevance
405 std::string appdata_path; in GetLaunchShortcutKind() local406 env->GetVar("USERPROFILE", &appdata_path); in GetLaunchShortcutKind()407 if (!appdata_path.empty() && in GetLaunchShortcutKind()408 shortcut.find(ASCIIToWide(appdata_path)) != std::wstring::npos) in GetLaunchShortcutKind()