Searched refs:path_to_file (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/tools/auto_bisect/ |
D | bisect_utils.py | 122 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)
|
D | bisect_perf_regression.py | 1757 path_to_file = os.path.join(path, cur_file) 1758 os.remove(path_to_file)
|
/external/chromium_org/chrome/browser/printing/ |
D | print_dialog_cloud.cc | 655 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()
|
D | print_dialog_cloud.h | 43 const base::FilePath& path_to_file,
|
D | print_dialog_cloud_internal.h | 194 const base::FilePath& path_to_file,
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
D | wallpaper_manager.cc | 1363 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()
|
D | wallpaper_manager.h | 439 const std::string& path_to_file);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | base.py | 308 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)
|