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

  /external/chromium_org/chrome/plugin/
chrome_content_plugin_client.cc 39 base::FilePath media_path; local
40 PathService::Get(content::DIR_MEDIA_LIBS, &media_path);
41 if (!media_path.empty())
42 media::InitializeMediaLibrary(media_path);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 84 const base::FilePath& media_path,
88 DCHECK(!media_path.empty());
99 media_path.Append(base::FilePath::FromUTF8Unsafe(it->second));
111 base::FilePath media_path = local
116 media_path.AppendASCII("Automatically Add to iTunes.localized");
157 CheckLocaleStringAutoAddPath(media_path, localized_dir_names,
163 if (CheckLocaleStringAutoAddPath(media_path, localized_dir_names,
170 if (CheckLocaleStringAutoAddPath(media_path, localized_dir_names,
  /external/chromium_org/content/app/
content_main_runner.cc 364 base::FilePath media_path; local
365 if (PathService::Get(DIR_MEDIA_LIBS, &media_path))
366 media::InitializeMediaLibrary(media_path);
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 390 base::FilePath media_path; local
391 PathService::Get(content::DIR_MEDIA_LIBS, &media_path);
392 if (!media_path.empty())
393 media::InitializeMediaLibrary(media_path);
  /external/chromium_org/content/renderer/
render_thread_impl.cc 399 base::FilePath media_path; local
400 PathService::Get(DIR_MEDIA_LIBS, &media_path);
401 if (!media_path.empty())
402 media::InitializeMediaLibrary(media_path);
    [all...]
  /frameworks/native/cmds/installd/
commands.c 275 char media_path[PATH_MAX]; local
276 if (create_user_media_path(media_path, userid) == -1) {
279 if (delete_dir_contents(media_path, 1, NULL) == -1) {
    [all...]

Completed in 2858 milliseconds