HomeSort by relevance Sort by last modified time
    Searched defs:shortcut_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 89 base::FilePath shortcut_path = local
93 shortcut_test_object.path = shortcut_path;
97 shortcut_path, *shortcut_properties,
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 384 base::FilePath shortcut_path = GetExpectedShortcutPath( local
386 ASSERT_TRUE(base::PathExists(shortcut_path));
391 ASSERT_FALSE(base::PathExists(shortcut_path));
392 ASSERT_TRUE(base::PathExists(shortcut_path.DirName()));
400 base::FilePath shortcut_path = GetExpectedShortcutPath( local
402 ASSERT_TRUE(base::PathExists(shortcut_path));
407 ASSERT_FALSE(base::PathExists(shortcut_path));
408 ASSERT_TRUE(base::PathExists(shortcut_path.DirName()));
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 131 // shortcut at |shortcut_path| for the profile at |profile_path|.
133 const base::FilePath& shortcut_path,
135 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
151 base::win::ValidateShortcut(shortcut_path, expected_properties);
165 const base::FilePath& shortcut_path) {
166 EXPECT_TRUE(base::PathExists(shortcut_path)) << location.ToString();
174 base::win::ValidateShortcut(shortcut_path, expected_properties);
178 const base::FilePath shortcut_path = local
180 ValidateNonProfileShortcutAtPath(location, shortcut_path);
200 const base::FilePath shortcut_path local
    [all...]

Completed in 88 milliseconds