Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/automock/
Dbuild_jsmock_system_plugin.js86 let fileContent = fs.readFileSync(configJSAPIMockOutput.file, 'utf-8'); variable
/ide/tools/previewer/test/unittest/jsapp/
DStageContextTest.cpp152 std::string fileContent = R"({"aceModuleBuild":"abc"})"; in TEST_F() local
186 std::string fileContent = ""; in TEST_F() local
DJsAppImplTest.cpp38 static void WriteFile(std::string testFile, std::string fileContent) in WriteFile()
/ide/tools/previewer/jsapp/rich/external/
DStageContext.cpp415 std::vector<uint8_t>* fileContent = new(std::nothrow) std::vector<uint8_t>(); in GetModuleBufferFromHsp() local