Home
last modified time | relevance | path

Searched refs:newFileName (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H A DGetModuleBufferFromHspFuzzer.cpp42 std::string newFileName = MockFile::CreateHspFile("testHspFile", strVal); in TEST() local
45 OHOS::Ide::StageContext::GetInstance().GetModuleBufferFromHsp(newFileName, "bbb.txt"); in TEST()
47 OHOS::Ide::StageContext::GetInstance().GetModuleBufferFromHsp(newFileName, "ets/modules.abc"); in TEST()
/ide/tools/previewer/test/mock/
H A DMockFile.cpp219 std::string newFileName = hspFileName + ".hsp"; in CreateHspFile() local
222 if (std::rename(zipFilename.c_str(), newFileName.c_str()) != 0) { in CreateHspFile()
223 std::cout << newFileName << " 创建hsp文件失败" << std::endl; in CreateHspFile()
230 return newFileName; in CreateHspFile()
/ide/tools/previewer/test/unittest/jsapp/
H A DStageContextTest.cpp407 std::string newFileName = MockFile::CreateHspFile("testHspFile", "abc"); in TEST_F() local

Completed in 3 milliseconds