Home
last modified time | relevance | path

Searched refs:CreateShortcutLink (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/
Dfile_util.h210 BASE_API bool CreateShortcutLink(const wchar_t *source,
Dfile_util_win.cc406 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination, in CreateShortcutLink() function
Dfile_util_unittest.cc1396 EXPECT_TRUE(file_util::CreateShortcutLink(target_file.value().c_str(), in TEST_F()
/external/chromium/chrome/browser/web_applications/
Dweb_app.cc364 success &= file_util::CreateShortcutLink(chrome_exe.value().c_str(), in CreateShortcut()