Searched refs:trash_directory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc313 base::FilePath trash_directory; local
315 &trash_directory)) {
322 path != trash_directory) {
323 // Since |trash_directory| is unique for each run of this function there
325 base::Move(path, trash_directory.Append(path.BaseName()));
331 base::Bind(base::IgnoreResult(&base::DeleteFile), trash_directory, true));

Completed in 215 milliseconds