|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/FileOperationJob.h"#include "filesystem/File.h"#include "filesystem/Directory.h"#include "utils/URIUtils.h"#include "test/TestUtils.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 | |||
| ) |