Home
last modified time | relevance | path

Searched refs:path_to_file (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/tools/auto_bisect/
Dbisect_utils.py122 def LoadExtraSrc(path_to_file): argument
137 extra_src = imp.load_source('data', path_to_file)
340 path_to_file = os.path.join(path, cur_file)
341 os.remove(path_to_file)
Dbisect_perf_regression.py1757 path_to_file = os.path.join(path, cur_file)
1758 os.remove(path_to_file)
/external/chromium_org/chrome/browser/printing/
Dprint_dialog_cloud.cc655 const base::FilePath& path_to_file, in CreateDialogForFileImpl() argument
662 if (base::GetFileSize(path_to_file, &file_size) && file_size != 0) { in CreateDialogForFileImpl()
669 if (base::ReadFileToString(path_to_file, &file_data)) { in CreateDialogForFileImpl()
679 base::DeleteFile(path_to_file, false); in CreateDialogForFileImpl()
702 const base::FilePath& path_to_file, in CreatePrintDialogForFile() argument
711 browser_context, modal_parent, path_to_file, print_job_title, in CreatePrintDialogForFile()
Dprint_dialog_cloud.h43 const base::FilePath& path_to_file,
Dprint_dialog_cloud_internal.h194 const base::FilePath& path_to_file,
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager.cc1363 const std::string& path_to_file) { in DeleteUserWallpapers() argument
1370 wallpaper_path = wallpaper_path.Append(path_to_file).DirName(); in DeleteUserWallpapers()
1376 wallpaper_path = wallpaper_path.Append(path_to_file); in DeleteUserWallpapers()
1382 wallpaper_path = wallpaper_path.Append(path_to_file); in DeleteUserWallpapers()
1388 wallpaper_path = wallpaper_path.Append(path_to_file); in DeleteUserWallpapers()
Dwallpaper_manager.h439 const std::string& path_to_file);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py308 def _check_file_exists(self, path_to_file, file_description, argument
317 if not self._filesystem.exists(path_to_file):
320 _log.error(' at %s' % path_to_file)