Searched defs:file (Results 1 – 9 of 9) sorted by relevance
| /ide/tools/previewer/test/mock/ |
| D | MockFile.cpp | 90 FILE* file = fopen(filePath.c_str(), "rb"); in AddFileToZip() local 157 for (const auto& file : files) { in CompressFiles() local 185 std::ofstream file(filePath); in WriteToFile() local
|
| /ide/tools/previewer/util/ |
| D | PreviewerEngineLog.cpp | 33 void PrintLog(const char* level, const char* file, const char* func, int line, const char* fmt, ...) in PrintLog()
|
| /ide/tools/previewer/automock/ |
| D | build_jsmock_system_plugin.js | 76 file: path.resolve(__dirname, 'dist/jsMockSystemPlugin.js'), property
|
| /ide/tools/previewer/test/unittest/cli/ |
| D | CommandLineInterfaceTest.cpp | 291 std::ofstream file(currFile); in TEST() local
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| D | StageContextTest.cpp | 34 std::ofstream file(filePath, std::ios_base::trunc); in WriteFile() local
|
| D | JsAppImplTest.cpp | 41 std::ofstream file(testFile, std::ios::out | std::ios::in | std::ios_base::trunc); in WriteFile() local
|
| /ide/tools/previewer/jsapp/rich/external/ |
| D | StageContext.cpp | 42 std::ifstream file(filePath, std::ios::binary | std::ios::ate); in ReadFileContents() local
|
| /ide/tools/previewer/test/unittest/util/ |
| D | JsonReaderTest.cpp | 414 std::ofstream file(path); in TEST() local
|
| D | CommandParserTest.cpp | 43 std::ofstream file(currFile); in SetUpTestCase() local
|