Home
last modified time | relevance | path

Searched refs:ReadFile (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp78 std::string jsonStr = JsonReader::ReadFile(loaderJsonPath); in GetModulePathMapFromLoaderJson()
115 std::string jsonStr = JsonReader::ReadFile(hspConfigPath); in GetHspAceModuleBuild()
437 std::string jsonStr = JsonReader::ReadFile(mockJsonFilePath); in ParseMockJsonFile()
538 std::string moduleJsonStr = JsonReader::ReadFile(path); in SetPkgContextInfo()
560 std::string ctxInfoJsonStr = JsonReader::ReadFile(ctxPath); in SetPkgContextInfo()
/ide/tools/previewer/util/windows/
H A DLocalSocket.cpp80 if (!ReadFile(pipeHandle, data, static_cast<DWORD>(length), &readSize, NULL)) { in ReadData()
82 ELOG("LocalSocket::ReadData ReadFile failed: %d", error); in ReadData()
/ide/tools/previewer/util/
H A DJsonReader.h124 static std::string ReadFile(const std::string& path);
H A DJsonReader.cpp627 std::string JsonReader::ReadFile(const std::string& path) in ReadFile() function in JsonReader
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp250 std::string jsonStr = JsonReader::ReadFile(path); in ReadAndApplyConfig()
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp421 std::string readStr = JsonReader::ReadFile(path); in TEST()

Completed in 5 milliseconds