Lines Matching refs:appdata_path
405 std::string appdata_path;406 env->GetVar("USERPROFILE", &appdata_path);407 if (!appdata_path.empty() &&408 shortcut.find(ASCIIToWide(appdata_path)) != std::wstring::npos)