Home
last modified time | relevance | path

Searched defs:saveFile (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/avsource_test/
Davsource_uri_unit_test.cpp279 FILE* saveFile = fopen(outFile, "wb"); variable
606 FILE* saveFile = fopen(outFile, "wb"); variable
778 FILE* saveFile = fopen(outFile, "wb"); variable
Davsource_unit_test.cpp935 FILE* saveFile = fopen(outFile, "wb"); variable
1277 FILE* saveFile = fopen(outFile, "wb"); variable
1476 FILE* saveFile = fopen(outFile, "wb"); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
DdisableProfiler.js77 function saveFile(fileName, content) { function
DdisableLogs.js78 function saveFile(fileName, content) { function
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_compressor.cpp242 std::ofstream saveFile(recordsPath_); in ScheduleReleaseTask() local