Home
last modified time | relevance | path

Searched refs:MockFile (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/test/mock/
H A DMockFile.cpp16 #include "MockFile.h"
29 bool MockFile::SimulateFileLock(const std::string& filePath) in SimulateFileLock()
56 bool MockFile::ReleaseFileLock(const std::string& filePath) in ReleaseFileLock()
82 bool MockFile::AddFileToZip(zipFile zip, const std::string& filePath, const std::string& entryName) in AddFileToZip()
124 bool MockFile::AddFolderToZip(zipFile zip, const std::string& folderPath, const std::string& entryName) in AddFolderToZip()
149 bool MockFile::CompressFiles(const std::vector<std::string>& files, const std::string& zipFilename) in CompressFiles()
214 std::string MockFile::CreateHspFile(const std::string hspFileName, const std::string hspAbcContent) in CreateHspFile()
H A DMockFile.h25 class MockFile { class
/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H A DReadFileContentsFuzzer.cpp27 #include "MockFile.h"
70 MockFile::SimulateFileLock(filePath); in TEST()
72 MockFile::ReleaseFileLock(filePath); in TEST()
H A DGetModuleBufferFromHspFuzzer.cpp27 #include "MockFile.h"
42 std::string newFileName = MockFile::CreateHspFile("testHspFile", strVal); in TEST()
/ide/tools/previewer/test/unittest/jsapp/
H A DStageContextTest.cpp23 #include "MockFile.h"
255 MockFile::CreateHspFile("testHspFile", strVal); in TEST_F()
407 std::string newFileName = MockFile::CreateHspFile("testHspFile", "abc"); in TEST_F()

Completed in 2 milliseconds