Searched refs:music_path (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc1036 base::FilePath music_path; local
1039 bool got_music_path = PathService::Get(chrome::DIR_USER_MUSIC, &music_path);
1074 music_path.AsUTF8Unsafe());
H A Dmedia_galleries_preferences_unittest.cc1306 base::FilePath music_path;
1309 bool got_music_path = PathService::Get(chrome::DIR_USER_MUSIC, &music_path);
1330 if (got_music_path && unique_id == music_path.AsUTF8Unsafe()) {
1487 base::FilePath music_path; local
1490 bool got_music_path = PathService::Get(chrome::DIR_USER_MUSIC, &music_path);
1513 EXPECT_EQ(music_path.AsUTF8Unsafe(), unique_id);

Completed in 2352 milliseconds