| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "filesystem/Directory.h"#include "filesystem/File.h"#include "test/TestUtils.h"#include "utils/FileOperationJob.h"#include "utils/URIUtils.h"#include <gtest/gtest.h>Functions | |
| TEST (TestFileOperationJob, ActionCopy) | |
| TEST (TestFileOperationJob, ActionMove) | |
| TEST (TestFileOperationJob, ActionDelete) | |
| TEST (TestFileOperationJob, ActionReplace) | |
| TEST (TestFileOperationJob, ActionCreateFolder) | |
| TEST (TestFileOperationJob, ActionDeleteFolder) | |
| TEST (TestFileOperationJob, GetFunctions) | |
| TEST | ( | TestFileOperationJob | , | 
| ActionCopy | ) | 
| TEST | ( | TestFileOperationJob | , | 
| ActionCreateFolder | ) | 
| TEST | ( | TestFileOperationJob | , | 
| ActionDelete | ) | 
| TEST | ( | TestFileOperationJob | , | 
| ActionDeleteFolder | ) | 
| TEST | ( | TestFileOperationJob | , | 
| ActionMove | ) | 
| TEST | ( | TestFileOperationJob | , | 
| ActionReplace | ) | 
| TEST | ( | TestFileOperationJob | , | 
| GetFunctions | ) |