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

/external/chromium/base/
H A Dfile_util_proxy.cc338 src_file_path_(src_file_path),
345 src_file_path_, dest_file_path_));
348 if (!file_util::CopyDirectory(src_file_path_, dest_file_path_,
354 FilePath src_file_path_; member in class:__anon1661::RelayCopy
364 src_file_path_(src_file_path),
371 src_file_path_, dest_file_path_));
374 if (!file_util::Move(src_file_path_, dest_file_path_))
379 FilePath src_file_path_; member in class:__anon1661::RelayMove

Completed in 92 milliseconds