Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_proxy.cc339 dest_file_path_(dest_file_path) { in RelayCopy()
345 src_file_path_, dest_file_path_)); in RunWork()
348 if (!file_util::CopyDirectory(src_file_path_, dest_file_path_, in RunWork()
355 FilePath dest_file_path_; member in __anon301976440111::RelayCopy
365 dest_file_path_(dest_file_path) { in RelayMove()
371 src_file_path_, dest_file_path_)); in RunWork()
374 if (!file_util::Move(src_file_path_, dest_file_path_)) in RunWork()
380 FilePath dest_file_path_; member in __anon301976440111::RelayMove