Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_proxy.cc338 src_file_path_(src_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()
354 FilePath src_file_path_; member in __anon7b9c5dc60111::RelayCopy
364 src_file_path_(src_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()
379 FilePath src_file_path_; member in __anon7b9c5dc60111::RelayMove