Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
406 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination,
430 if (FAILED(i_shell_link->SetPath(source)))
458 bool UpdateShortcutLink(const wchar_t *source, const wchar_t *destination,
481 if (source && FAILED(i_shell_link->SetPath(source)))
795 std::wstring source = source_file_path.value();
798 source.append(1, L'\0');
803 move_info.pFrom = source.c_str();