LibreOffice Module onlineupdate (master) 1
|
Public Member Functions | |
RemoveDir () | |
virtual int | Parse (NS_tchar *line) |
virtual int | Prepare () |
virtual int | Execute () |
virtual void | Finish (int status) |
Public Member Functions inherited from Action | |
Action () | |
virtual | ~Action () |
virtual int | Parse (NS_tchar *line)=0 |
virtual int | Prepare ()=0 |
virtual int | Execute ()=0 |
virtual void | Finish (int status)=0 |
Private Attributes | |
std::unique_ptr< NS_tchar[]> | mDir |
std::unique_ptr< NS_tchar[]> | mRelPath |
int | mSkip |
Additional Inherited Members | |
Public Attributes inherited from Action | |
int | mProgressCost |
Definition at line 1241 of file updater.cxx.
|
inline |
Definition at line 1244 of file updater.cxx.
|
virtual |
Implements Action.
Definition at line 1319 of file updater.cxx.
References LOG, LOG_S, mDir, mRelPath, mSkip, NS_taccess, and OK.
|
virtual |
Implements Action.
Definition at line 1258 of file updater.cxx.
References get_valid_path(), line, MAXPATHLEN, mDir, mRelPath, new_absolute_path(), NS_tstrcpy, OK, and PARSE_ERROR.
|
virtual |
Implements Action.
Definition at line 1279 of file updater.cxx.
References DELETE_ERROR_EXPECTED_DIR, LOG, LOG_S, mDir, Action::mProgressCost, mRelPath, mSkip, NS_taccess, NS_tstat, NS_tstat_t, OK, READ_ERROR, and WRITE_ERROR_DIR_ACCESS_DENIED.
|
private |
|
private |
|
private |
Definition at line 1254 of file updater.cxx.