HomeSort by relevance Sort by last modified time
    Searched refs:desktop_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 149 base::FilePath desktop_path; local
150 if (!PathService::Get(base::DIR_USER_DESKTOP, &desktop_path))
153 int desktop_fd = open(desktop_path.value().c_str(), O_RDONLY | O_DIRECTORY);
186 base::FilePath desktop_path; local
187 if (PathService::Get(base::DIR_USER_DESKTOP, &desktop_path))
188 base::DeleteFile(desktop_path.Append(shortcut_filename), false);
634 base::FilePath desktop_path; local
635 // If Get returns false, just leave desktop_path empty.
636 PathService::Get(base::DIR_USER_DESKTOP, &desktop_path);
638 desktop_path);
700 base::FilePath desktop_path; local
1055 base::FilePath desktop_path; local
    [all...]
shell_integration_linux_unittest.cc 184 base::FilePath desktop_path = temp_dir.path(); local
187 ASSERT_TRUE(base::CreateDirectory(desktop_path));
189 desktop_path.AppendASCII(kTemplateFilename),
192 &env, kProfilePath, kExtensionId, desktop_path);
246 base::FilePath desktop_path = temp_dir1.path(); local
253 ASSERT_TRUE(base::CreateDirectory(desktop_path));
255 desktop_path.AppendASCII(kTemplateFilename),
263 &env, kProfilePath, kExtensionId, desktop_path);
shell_integration_linux.h 58 // If |desktop_path| is empty, the desktop is not searched.
63 const base::FilePath& desktop_path);
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 375 base::FilePath desktop_path; local
376 PathService::Get(base::DIR_USER_DESKTOP, &desktop_path);
378 desktop_path.Append(L"Downloads\\junk.txt");
380 desktop_path.Append(L"Downloads\\Preferences");

Completed in 673 milliseconds