Home
last modified time | relevance | path

Searched refs:valid_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
Dinfo_map_unittest.cc114 base::FilePath valid_path; in TEST_F() local
117 valid_url, true /* use_blocking_api */, &valid_path)); in TEST_F()
118 EXPECT_FALSE(valid_path.empty()); in TEST_F()
/external/dhcpcd/
Ddhcpcd-run-hooks.in182 valid_path()
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager.cc1091 base::FilePath valid_path = wallpaper_path; in GetCustomWallpaperInternal() local
1096 valid_path = GetCustomWallpaperDir(kOriginalWallpaperSubDir); in GetCustomWallpaperInternal()
1097 valid_path = valid_path.Append(info.location); in GetCustomWallpaperInternal()
1100 if (!base::PathExists(valid_path)) { in GetCustomWallpaperInternal()
1103 valid_path = GetCustomWallpaperPath(kOriginalWallpaperSubDir, in GetCustomWallpaperInternal()
1107 if (!base::PathExists(valid_path)) { in GetCustomWallpaperInternal()
1124 valid_path, in GetCustomWallpaperInternal()