Home
last modified time | relevance | path

Searched defs:filePath (Results 1 - 15 of 15) sorted by relevance

/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H A DGetModulePathMapFuzzer.cpp67 std::string filePath = "loader.json"; in TEST() local
H A DReadFileContentsFuzzer.cpp65 std::string filePath = "testFile.json"; in TEST() local
H A DDeviceConfigParseFuzzer.cpp67 std::string filePath = "phoneSettingConfig_Phone.json"; in TEST() local
H A DParseMockJsonFileFuzzer.cpp46 std::string filePath = "mock-config.json"; in TEST() local
H A DGetHspAceModuleBuildFuzzer.cpp45 std::string filePath = "buildConfig.json"; in TEST() local
H A DSetPkgContextInfoFuzzer.cpp99 std::string filePath = "module.json"; in TEST() local
/ide/tools/previewer/test/unittest/util/
H A DNativeFileSystemTest.cpp59 std::string filePath = OHOS::Ide::NativeFileSystem::FindSubfolderByName(currDir, "mytestdirname"); in TEST_F() local
/ide/tools/previewer/util/unix/
H A DNativeFileSystem.cpp33 std::string filePath = parentFolderPath + "/" + dirEntry->d_name; in FindSubfolderByName() local
/ide/tools/previewer/mock/
H A DSystemCapability.cpp48 std::string filePath = FileSystem::GetApplicationPath() + separator + ".." + separator + "config" + separator + in ReadCapability() local
/ide/tools/previewer/util/windows/
H A DNativeFileSystem.cpp41 std::string filePath = parentFolderPath + "\\" + dir; in FindSubfolderByName() local
/ide/tools/previewer/test/fuzztest/
H A DChangeJsonUtil.cpp125 void ChangeJsonUtil::WriteFile(std::string filePath, cJSON *object) in WriteFile() argument
158 void ChangeJsonUtil::WriteFile(std::string filePath, std::string str) in WriteFile() argument
/ide/tools/previewer/test/mock/
H A DMockFile.cpp29 bool MockFile::SimulateFileLock(const std::string& filePath) in SimulateFileLock() argument
56 bool MockFile::ReleaseFileLock(const std::string& filePath) in ReleaseFileLock() argument
82 bool MockFile::AddFileToZip(zipFile zip, const std::string& filePath, const std::string& entryName) in AddFileToZip() argument
183 void WriteToFile(const std::string& filePath, cons argument
[all...]
/ide/tools/previewer/test/mock/jsapp/
H A DMockJsAppImpl.cpp68 void JsAppImpl::LoadDocument(const std::string filePath, const std::string componentName, in LoadDocument() argument
/ide/tools/previewer/test/unittest/jsapp/
H A DStageContextTest.cpp32 static void WriteFile(const std::string& filePath, const std::string& content) in WriteFile() argument
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp799 void JsAppImpl::LoadDocument(const std::string filePath, in LoadDocument() argument
900 std::string filePath = commandInfo.appResourcePath + FileSystem::GetSeparator() + "mock-config.json"; in SetMockJsonInfo() local

Completed in 6 milliseconds