Home
last modified time | relevance | path

Searched refs:saveFile (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DdisableLogs.js78 function saveFile(fileName, content) { function
105 saveFile(fileName, newContent);
H A DdisableProfiler.js77 function saveFile(fileName, content) { function
104 saveFile(fileName, newContent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp259 std::ofstream saveFile(recordsPath_); local
260 if (!saveFile.is_open()) {
265 saveFile << s << "\n";
267 saveFile.close();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp227 void TestBase::GpuCanvasToFile(napi_env env, bool saveFile) in GpuCanvasToFile() argument
273 if (saveFile) { in GpuCanvasToFile()
H A Dtest_base.h85 void GpuCanvasToFile(napi_env env, bool saveFile = true);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_uri_unit_test.cpp277 FILE* saveFile = fopen(outFile, "wb"); variable
279 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile);
280 fclose(saveFile);
604 FILE* saveFile = fopen(outFile, "wb"); variable
606 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile);
607 fclose(saveFile);
776 FILE* saveFile = fopen(outFile, "wb"); variable
778 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile);
779 fclose(saveFile);
H A Davsource_unit_test.cpp700 FILE* saveFile = fopen(outFile, "wb"); variable
702 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile);
703 fclose(saveFile);
1042 FILE* saveFile = fopen(outFile, "wb"); variable
1044 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile);
1045 fclose(saveFile);
1222 FILE* saveFile = fopen(outFile, "wb"); variable
1224 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile);
1225 fclose(saveFile);
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dpicker.js402 config.parameters.saveFile = option.newFileNames[0];
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md2862 …* 保存更新包:通过WorkSchedulerSystem.saveFile()来实现,受限调用fileio.openSync()创建文件,然后调用fileio.writeSync()将下载的内容…