Searched defs:dest_file_path_ (Results 1 - 1 of 1) sorted by relevance

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

Completed in 40 milliseconds