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