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

/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h148 bool same_file_system_; member in class:storage::CopyOrMoveOperationDelegate
H A Dcopy_or_move_operation_delegate.cc752 same_file_system_ = src_root_.IsInSameFileSystem(dest_root_);
768 if (same_file_system_ && src_root_.path().IsParent(dest_root_.path())) {
773 if (same_file_system_ && src_root_.path() == dest_root_.path()) {
782 // TODO(kinuko): This could be too expensive for same_file_system_==true
798 if (same_file_system_ &&

Completed in 215 milliseconds