Searched refs:path_to_dir (Results 1 – 4 of 4) sorted by relevance
290 path_to_dir = os.path.join(os.getcwd(), 'third_party', dir_name)292 if os.path.exists(path_to_dir):293 shutil.rmtree(path_to_dir, onerror=OnAccessError)296 e.errno, path_to_dir, str(e))494 path_to_dir = os.path.join(opts.working_directory, 'bisect', 'src')495 return os.path.exists(path_to_dir)
3657 def RmTreeAndMkDir(path_to_dir, skip_makedir=False): argument3669 if os.path.exists(path_to_dir):3670 shutil.rmtree(path_to_dir)3676 return MaybeMakeDirectory(path_to_dir)
50 const base::FilePath& path_to_dir);
202 const base::FilePath& path_to_dir) in SessionBackend() argument204 path_to_dir_(path_to_dir), in SessionBackend()