Searched refs:kHomeShortcut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_path_util_unittest.cc20 const FilePath::CharType kHomeShortcut[] = FILE_PATH_LITERAL("~"); local
31 EXPECT_EQ(FilePath(kHomeShortcut), prettified);
37 EXPECT_EQ(FilePath(kHomeShortcut).AppendASCII("foo"), prettified);
44 FilePath(kHomeShortcut).AppendASCII("foo").AppendASCII("bar"),
H A Dpath_util.cc44 const base::FilePath::CharType kHomeShortcut[] = FILE_PATH_LITERAL("~"); member in namespace:extensions::path_util::__anon4003
53 base::FilePath display_path = base::FilePath(kHomeShortcut);
73 display_path = base::FilePath(kHomeShortcut);

Completed in 702 milliseconds