Home
last modified time | relevance | path

Searched refs:writeFile (Results 1 – 13 of 13) sorted by relevance

/developtools/profiler/device/plugins/diskio_plugin/src/
Dtest_main.cpp25 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/
Dnative_memory_profiler_sa_service.cpp164 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/
DScan.java132 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/
Dlite-image-coverter-plugin.js69 fs.writeFile(_path.resolve(buildPath, 'image_convert_result.txt'), content, (err) => {
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts272 compilerHost.writeFile = () => {};
348 const writeFile: ts.WriteFileCallback = (fileName: string, data: string) => { constant
361 tsProgram.emit(targetSourceFile, writeFile, undefined, undefined,
/developtools/ace_ets2bundle/compiler/
Dbuild_kitConfigs_file.js137 fs.writeFile(fileName, content, err => {
Dbuild_declarations_file.js74 fs.writeFile(fileName, content, err => {
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts198 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',
Dprocess_visual.ts286 fs.writeFile(path.resolve(visualMapDirPath, visualMapName), sourcemap.toString(), (err) => {
Dets_checker.ts554 let writeFile = (fileName: string, text: string, writeByteOrderMark: boolean) => {
567 globalProgram.program.emit(sourcefile, writeFile, undefined, true, undefined, true);
/developtools/ace_js2bundle/ace-loader/src/
Dcompile-plugin.js196 fs.writeFile(path.resolve(buildPath, 'compile_error.log'), content, (err) => {
DgenAbc-plugin.js765 fs.writeFile(cachePrebuildInfoPath, JSON.stringify(cachedJson, null, 2), 'utf-8',
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts377 …fs.writeFile(this.sourceMapPath, JSON.stringify(this.cacheSourceMapObject, null, 2), 'utf-8', (err…