| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | test_main.cpp | 25 const std::string writeFile = "/data/local/tmp/diskio_write_test.txt"; variable 39 FILE* writeFp = fopen(writeFile.c_str(), "w"); in IoTest() 53 std::string command = "rm " + writeFile; in IoTest()
|
| /developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
| D | native_memory_profiler_sa_service.cpp | 164 std::shared_ptr<TraceFileWriter> writeFile = nullptr; in StartHook() local 166 writeFile = std::make_shared<TraceFileWriter>(config->filePath_); in StartHook() 168 writeFile = std::make_shared<TraceFileWriter>(fd); in StartHook() 170 CHECK_NOTNULL(writeFile, RET_ERR, "Failed to create TraceFileWriter"); in StartHook() 171 writeFile->SetTimeSource(); in StartHook() 175 hook->RegisterWriter(writeFile); in StartHook()
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Scan.java | 132 writeFile(jsonPath, jsonList.toString()); in scanExecute() 133 writeFile(htmlPath, htmlStr); in scanExecute() 135 writeFile(cssPath, templateCss); in scanExecute() 253 private static void writeFile(String targetPath, String data) throws IOException { in writeFile() method in Scan
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-image-coverter-plugin.js | 69 fs.writeFile(_path.resolve(buildPath, 'image_convert_result.txt'), content, (err) => {
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 272 compilerHost.writeFile = () => {}; 348 const writeFile: ts.WriteFileCallback = (fileName: string, data: string) => { constant 361 tsProgram.emit(targetSourceFile, writeFile, undefined, undefined,
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_kitConfigs_file.js | 137 fs.writeFile(fileName, content, err => {
|
| D | build_declarations_file.js | 74 fs.writeFile(fileName, content, err => {
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 198 fs.writeFile(cachePrebuildInfoPath, JSON.stringify(cachedJson, null, 2), 'utf-8', 218 fs.writeFile(cachePrebuildInfoPath, JSON.stringify(cachedJson, null, 2), 'utf-8', 498 fs.writeFile(CACHED_MODULELIST_FILE, JSON.stringify(cachedJson, null, 2), 'utf-8', 505 fs.writeFile(CACHED_SOURCEMAPS, JSON.stringify(cachedSourceMaps, null, 2), 'utf-8', 518 fs.writeFile(sourceMapFilePath, JSON.stringify(cachedSourceMaps, null, 2), 'utf-8',
|
| D | process_visual.ts | 286 fs.writeFile(path.resolve(visualMapDirPath, visualMapName), sourcemap.toString(), (err) => {
|
| D | ets_checker.ts | 554 let writeFile = (fileName: string, text: string, writeByteOrderMark: boolean) => { 567 globalProgram.program.emit(sourcefile, writeFile, undefined, true, undefined, true);
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | compile-plugin.js | 196 fs.writeFile(path.resolve(buildPath, 'compile_error.log'), content, (err) => {
|
| D | genAbc-plugin.js | 765 fs.writeFile(cachePrebuildInfoPath, JSON.stringify(cachedJson, null, 2), 'utf-8',
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_mode.ts | 377 …fs.writeFile(this.sourceMapPath, JSON.stringify(this.cacheSourceMapObject, null, 2), 'utf-8', (err…
|