Home
last modified time | relevance | path

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

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dvirtualdirmode_copy.cc120 std::shared_ptr< CopyCore > cc( new CopyCore( co ) ); in copy()
251 CopyCore::nm_copy_t res, in copy()
261 if ( res == CopyCore::NM_COPY_OK || in copy()
262 res == CopyCore::NM_COPY_NEED_DELETE ) { in copy()
580 … ( msg.m_res == CopyCore::NM_COPY_OK || msg.m_res == CopyCore::NM_COPY_NEED_DELETE ) && in process_bg_messages()
614 if ( msg.m_res == CopyCore::NM_COPY_OK && in process_bg_messages()
637 } else if ( msg.m_res == CopyCore::NM_COPY_NEED_DELETE ) { in process_bg_messages()
645 } else if ( msg.m_res == CopyCore::NM_COPY_CANCEL ) { in process_bg_messages()
655 if ( ( msg.m_res == CopyCore::NM_COPY_OK && in process_bg_messages()
657 msg.m_res == CopyCore::NM_COPY_NEED_DELETE ) { in process_bg_messages()
[all …]
H A Dcopystate.hh32 class CopyCore;
38 CopyState( std::shared_ptr< CopyCore > cc ) in CopyState()
49 std::shared_ptr< CopyCore > m_cc;
H A Dcopybgmessage.hh41 m_res( CopyCore::NM_COPY_OK ), in CopyBGMessage()
46 CopyCore::nm_copy_t res, in CopyBGMessage()
72 CopyCore::nm_copy_t m_res;
H A Dcopycore.cc38 CopyCore::CopyCore( std::shared_ptr< struct copyorder > co ) : in CopyCore() function in CopyCore
48 CopyCore::~CopyCore() in ~CopyCore()
69 CopyCore::nm_newname_t CopyCore::getNewName4Dir( const FileEntry *oldfe, const char *dest, in getNewName4Dir()
358 CopyCore::nm_newname_t CopyCore::getNewName4File( const FileEntry *oldfe, const char *dest, in getNewName4File()
645 CopyCore::nm_copy_t
892 CopyCore::nm_copy_t
1306 CopyCore::reg_copy_erg_t CopyCore::copyfile_reg( const char *sourcename, in copyfile_reg()
1781 int CopyCore::executeCopy() in executeCopy()
2026 bool CopyCore::finished() in finished()
2033 void CopyCore::join() in join()
[all …]
H A Dcopycore.hh41 class CopyCore class
44 CopyCore( std::shared_ptr< struct copyorder > co );
45 ~CopyCore();
/dports/x11-fm/filerunner/filerunner/
H A DmountCmd.tcl331 CopyCore [list $mountInfo(original) $type [file size $mountInfo(orginal)]]\
H A Dcmd.tcl118 proc CopyCore {fromList topwd inst {as 0} resume option} { procedure
479 CopyCore $fileList $glob([Opposite $inst],pwd) $inst $as $resume $option
H A DtclIndex15 set auto_index(CopyCore) [list source [file join $dir cmd.tcl]]